#CF68D4

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

Shades of Orchid #CF68D4

Tints of Orchid #CF68D4

Color information

#CF68D4 (or 0xCF68D4) is unknown color: approx Orchid. HEX triplet: CF, 68 and D4. RGB value is (207,104,212). Sum of RGB (Red+Green+Blue) = 207+104+212=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68D4 is #30972B. Grayscale: #929292. Windows color (decimal): -3184428 or 13920463. OLE color: 13920463.

HSL color Cylindrical-coordinate representation of color #CF68D4: hue angle of 297.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF68D4 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207104212-
CMYK0.020.5100.17
HSL297.22º55.67%61.96%-
HSV(B)297.22º50.94%83.14%-
XYZ42.5727.9265.43-
YUV147.11164.62170.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 104 (41.02% from 255) = 19.89%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=39.58%
G=19.89%
B=40.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071042120.020.5100.17297.2255.6761.96
HexCF68D4233011129383e
Octal3171503242630214517076
Binary1100111111010001101010010110011010001100101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF68D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF68D4; }

 p { color: rgb(207,104,212); }

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

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

 a { background-color: rgb(207,104,212); }

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

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

 span { border-color: rgb(207,104,212); }

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