#CD69D8

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

Shades of Orchid #CD69D8

Tints of Orchid #CD69D8

Color information

#CD69D8 (or 0xCD69D8) is unknown color: approx Orchid. HEX triplet: CD, 69 and D8. RGB value is (205,105,216). Sum of RGB (Red+Green+Blue) = 205+105+216=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD69D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69D8 is #329627. Grayscale: #939393. Windows color (decimal): -3315240 or 14182861. OLE color: 14182861.

HSL color Cylindrical-coordinate representation of color #CD69D8: hue angle of 294.05º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD69D8 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205105216-
CMYK0.050.5100.15
HSL294.05º58.73%62.94%-
HSV(B)294.05º51.39%84.71%-
XYZ42.6228.0468.13-
YUV147.55166.63168.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=38.97%
G=19.96%
B=41.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051052160.050.5100.15294.0558.7362.94
HexCD69D85330F1263b3f
Octal3151513305630174467377
Binary1100110111010011101100010111001101111100100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69D8; }

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

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

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

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

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

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

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

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