#cd62cd

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

Shades of Orchid #CD62CD

Tints of Orchid #CD62CD

Color information

#CD62CD (or 0xCD62CD) is unknown color: approx Orchid. HEX triplet: CD, 62 and CD. RGB value is (205,98,205). Sum of RGB (Red+Green+Blue) = 205+98+205=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD62CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62CD is #329D32. Grayscale: #8D8D8D. Windows color (decimal): -3317043 or 13460173. OLE color: 13460173.

HSL color Cylindrical-coordinate representation of color #CD62CD: hue angle of 300º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD62CD is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20598205-
CMYK00.5200.20
HSL300º51.69%59.41%-
HSV(B)300º52.2%80.39%-
XYZ40.5626.1260.66-
YUV142.19163.45172.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=40.35%
G=19.29%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059820500.5200.2030051.6959.41
HexCD62CD03401412c343b
Octal3151423150640244546473
Binary110011011100010110011010110100010100100101100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd62cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd62cd; }

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

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

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

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

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

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

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

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