#CD6DD8

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

Shades of Orchid #CD6DD8

Tints of Orchid #CD6DD8

Color information

#CD6DD8 (or 0xCD6DD8) is unknown color: approx Orchid. HEX triplet: CD, 6D and D8. RGB value is (205,109,216). Sum of RGB (Red+Green+Blue) = 205+109+216=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DD8 is #329227. Grayscale: #959595. Windows color (decimal): -3314216 or 14183885. OLE color: 14183885.

HSL color Cylindrical-coordinate representation of color #CD6DD8: hue angle of 293.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6DD8 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205109216-
CMYK0.050.5000.15
HSL293.83º57.84%63.73%-
HSV(B)293.83º49.54%84.71%-
XYZ43.0428.8768.27-
YUV149.9165.3167.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 109 (42.97% from 255) = 20.57%
BLUE value IS 216 (84.77% from 255) = 40.75%
R=38.68%
G=20.57%
B=40.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051092160.050.5000.15293.8357.8463.73
HexCD6DD85320F1263a40
Octal31515533056201744672100
Binary11001101110110111011000101110010011111001001101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DD8; }

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

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

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

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

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

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

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

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