#CD6FD6

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

Shades of Orchid #CD6FD6

Tints of Orchid #CD6FD6

Color information

#CD6FD6 (or 0xCD6FD6) is unknown color: approx Orchid. HEX triplet: CD, 6F and D6. RGB value is (205,111,214). Sum of RGB (Red+Green+Blue) = 205+111+214=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD6FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FD6 is #329029. Grayscale: #969696. Windows color (decimal): -3313706 or 14053325. OLE color: 14053325.

HSL color Cylindrical-coordinate representation of color #CD6FD6: hue angle of 294.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6FD6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205111214-
CMYK0.040.4800.16
HSL294.76º55.68%63.73%-
HSV(B)294.76º48.13%83.92%-
XYZ4329.266.99-
YUV150.85163.64166.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 111 (43.75% from 255) = 20.94%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=38.68%
G=20.94%
B=40.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051112140.040.4800.16294.7655.6863.73
HexCD6FD64300101273840
Octal31515732646002044770100
Binary110011011101111110101101001100000100001001001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FD6; }

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

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

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

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

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

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

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

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