#CD6DDE

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

Shades of Orchid #CD6DDE

Tints of Orchid #CD6DDE

Color information

#CD6DDE (or 0xCD6DDE) is unknown color: approx Orchid. HEX triplet: CD, 6D and DE. RGB value is (205,109,222). Sum of RGB (Red+Green+Blue) = 205+109+222=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD6DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DDE is #329221. Grayscale: #969696. Windows color (decimal): -3314210 or 14577101. OLE color: 14577101.

HSL color Cylindrical-coordinate representation of color #CD6DDE: hue angle of 290.97º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6DDE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205109222-
CMYK0.080.5100.13
HSL290.97º63.13%64.9%-
HSV(B)290.97º50.9%87.06%-
XYZ43.8329.1972.43-
YUV150.59168.3166.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=38.25%
G=20.34%
B=41.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051092220.080.5100.13290.9763.1364.9
HexCD6DDE8330D1233f41
Octal315155336106301544377101
Binary110011011101101110111101000110011011011001000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DDE; }

 p { color: rgb(205,109,222); }

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

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

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

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

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

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

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