#CD6CCD

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

Shades of Orchid #CD6CCD

Tints of Orchid #CD6CCD

Color information

#CD6CCD (or 0xCD6CCD) is unknown color: approx Orchid. HEX triplet: CD, 6C and CD. RGB value is (205,108,205). Sum of RGB (Red+Green+Blue) = 205+108+205=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CCD is #329332. Grayscale: #939393. Windows color (decimal): -3314483 or 13462733. OLE color: 13462733.

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

Color convert

RGB205108205-
CMYK00.4700.20
HSL300º49.24%61.37%-
HSV(B)300º47.32%80.39%-
XYZ41.5628.1160.99-
YUV148.06160.14168.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 108 (42.58% from 255) = 20.85%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=39.58%
G=20.85%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510820500.4700.2030049.2461.37
HexCD6CCD02F01412c313d
Octal3151543150570244546175
Binary110011011101100110011010101111010100100101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CCD; }

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

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

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

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

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

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

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

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