#CF68DE

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

Shades of Orchid #CF68DE

Tints of Orchid #CF68DE

Color information

#CF68DE (or 0xCF68DE) is unknown color: approx Orchid. HEX triplet: CF, 68 and DE. RGB value is (207,104,222). Sum of RGB (Red+Green+Blue) = 207+104+222=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DE is #309721. Grayscale: #939393. Windows color (decimal): -3184418 or 14575823. OLE color: 14575823.

HSL color Cylindrical-coordinate representation of color #CF68DE: hue angle of 292.37º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF68DE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207104222-
CMYK0.070.5300.13
HSL292.37º64.13%63.92%-
HSV(B)292.37º53.15%87.06%-
XYZ43.8728.4472.28-
YUV148.25169.62169.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=38.84%
G=19.51%
B=41.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071042220.070.5300.13292.3764.1363.92
HexCF68DE7350D1244040
Octal317150336765015444100100
Binary110011111101000110111101111101010110110010010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF68DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF68DE; }

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

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

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

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

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

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

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

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