#CD6FDC

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

Shades of Orchid #CD6FDC

Tints of Orchid #CD6FDC

Color information

#CD6FDC (or 0xCD6FDC) is unknown color: approx Orchid. HEX triplet: CD, 6F and DC. RGB value is (205,111,220). Sum of RGB (Red+Green+Blue) = 205+111+220=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FDC is #329023. Grayscale: #979797. Windows color (decimal): -3313700 or 14446541. OLE color: 14446541.

HSL color Cylindrical-coordinate representation of color #CD6FDC: hue angle of 291.74º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6FDC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205111220-
CMYK0.070.5000.14
HSL291.74º60.89%64.9%-
HSV(B)291.74º49.55%86.27%-
XYZ43.7829.5271.1-
YUV151.53166.64166.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=38.25%
G=20.71%
B=41.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051112200.070.5000.14291.7460.8964.9
HexCD6FDC7320E1243d41
Octal31515733476201644475101
Binary11001101110111111011100111110010011101001001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FDC; }

 p { color: rgb(205,111,220); }

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

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

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

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

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

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

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