#CF62DE

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

Shades of Orchid #CF62DE

Tints of Orchid #CF62DE

Color information

#CF62DE (or 0xCF62DE) is unknown color: approx Orchid. HEX triplet: CF, 62 and DE. RGB value is (207,98,222). Sum of RGB (Red+Green+Blue) = 207+98+222=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF62DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62DE is #309D21. Grayscale: #909090. Windows color (decimal): -3185954 or 14574287. OLE color: 14574287.

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

Color convert

RGB20798222-
CMYK0.070.5600.13
HSL292.74º65.26%62.75%-
HSV(B)292.74º55.86%87.06%-
XYZ43.2827.2772.09-
YUV144.73171.61172.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 98 (38.67% from 255) = 18.60%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=39.28%
G=18.60%
B=42.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207982220.070.5600.13292.7465.2662.75
HexCF62DE7380D125413f
Octal31714233677001544510177
Binary11001111110001011011110111111000011011001001011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62DE; }

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

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

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

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

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

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

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

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