#CF69C0

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

Shades of Orchid #CF69C0

Tints of Orchid #CF69C0

Color information

#CF69C0 (or 0xCF69C0) is unknown color: approx Orchid. HEX triplet: CF, 69 and C0. RGB value is (207,105,192). Sum of RGB (Red+Green+Blue) = 207+105+192=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69C0 is #30963F. Grayscale: #919191. Windows color (decimal): -3184192 or 12609999. OLE color: 12609999.

HSL color Cylindrical-coordinate representation of color #CF69C0: hue angle of 308.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF69C0 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207105192-
CMYK00.490.070.19
HSL308.82º51.52%61.18%-
HSV(B)308.82º49.28%81.18%-
XYZ40.327.1752.99-
YUV145.42154.29171.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=41.07%
G=20.83%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710519200.490.070.19308.8251.5261.18
HexCF69C0031713135343d
Octal3171513000617234656475
Binary11001111110100111000000011000111110011100110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69C0; }

 p { color: rgb(207,105,192); }

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

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

 a { background-color: rgb(207,105,192); }

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

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

 span { border-color: rgb(207,105,192); }

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