#CD62D3

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

Shades of Orchid #CD62D3

Tints of Orchid #CD62D3

Color information

#CD62D3 (or 0xCD62D3) is unknown color: approx Orchid. HEX triplet: CD, 62 and D3. RGB value is (205,98,211). Sum of RGB (Red+Green+Blue) = 205+98+211=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD62D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62D3 is #329D2C. Grayscale: #8E8E8E. Windows color (decimal): -3317037 or 13853389. OLE color: 13853389.

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

Color convert

RGB20598211-
CMYK0.030.5400.17
HSL296.81º56.22%60.59%-
HSV(B)296.81º53.55%82.75%-
XYZ41.326.4264.55-
YUV142.88166.45172.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 98 (38.67% from 255) = 19.07%
BLUE value IS 211 (82.81% from 255) = 41.05%
R=39.88%
G=19.07%
B=41.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205982110.030.5400.17296.8156.2260.59
HexCD62D3336011129383d
Octal3151423233660214517075
Binary1100110111000101101001111110110010001100101001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD62D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD62D3; }

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

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

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

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

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

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

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

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