#CF79CB

Color #CF79CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF79CB

Tints of Orchid #CF79CB

Color information

#CF79CB (or 0xCF79CB) is unknown color: approx Orchid. HEX triplet: CF, 79 and CB. RGB value is (207,121,203). Sum of RGB (Red+Green+Blue) = 207+121+203=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79CB is #308634. Grayscale: #9B9B9B. Windows color (decimal): -3180085 or 13334991. OLE color: 13334991.

HSL color Cylindrical-coordinate representation of color #CF79CB: hue angle of 302.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79CB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207121203-
CMYK00.420.020.19
HSL302.79º47.25%64.31%-
HSV(B)302.79º41.55%81.18%-
XYZ43.3531.2560.25-
YUV156.06154.49164.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=38.98%
G=22.79%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712120300.420.020.19302.7947.2564.31
HexCF79CB02A21312f2f40
Octal31717131305222345757100
Binary11001111111100111001011010101010100111001011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79CB; }

 p { color: rgb(207,121,203); }

 H1.HeaderClassName
 {
   color: #CF79CB;
 }
 .AnyTagClassName
 {
   color: #CF79CB;
 }
</style>
background-color css

<style>
 a { background-color: #CF79CB; }

 a { background-color: rgb(207,121,203); }

 div.DivClassName
 {
   background-color: #CF79CB;
 }
 .BgClassName
 {
   background-color: #CF79CB;
 }
</style>
border-color css

<style>
 span { border-color: #CF79CB; }

 span { border-color: rgb(207,121,203); }

 td.TdClassName
 {
   border-color: #CF79CB;
 }
 .TagClassName
 {
   border-color: #CF79CB;
 }
</style>