#CD62DB

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

Shades of Orchid #CD62DB

Tints of Orchid #CD62DB

Color information

#CD62DB (or 0xCD62DB) is unknown color: approx Orchid. HEX triplet: CD, 62 and DB. RGB value is (205,98,219). Sum of RGB (Red+Green+Blue) = 205+98+219=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62DB is #329D24. Grayscale: #8F8F8F. Windows color (decimal): -3317029 or 14377677. OLE color: 14377677.

HSL color Cylindrical-coordinate representation of color #CD62DB: hue angle of 293.06º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD62DB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20598219-
CMYK0.060.5500.14
HSL293.06º62.69%62.16%-
HSV(B)293.06º55.25%85.88%-
XYZ42.3326.8369.97-
YUV143.79170.45171.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 98 (38.67% from 255) = 18.77%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=39.27%
G=18.77%
B=41.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205982190.060.5500.14293.0662.6962.16
HexCD62DB6370E1253f3e
Octal3151423336670164457776
Binary1100110111000101101101111011011101110100100101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD62DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD62DB; }

 p { color: rgb(205,98,219); }

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

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

 a { background-color: rgb(205,98,219); }

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

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

 span { border-color: rgb(205,98,219); }

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