#CD69D1

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

Shades of Orchid #CD69D1

Tints of Orchid #CD69D1

Color information

#CD69D1 (or 0xCD69D1) is unknown color: approx Orchid. HEX triplet: CD, 69 and D1. RGB value is (205,105,209). Sum of RGB (Red+Green+Blue) = 205+105+209=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69D1 is #32962E. Grayscale: #929292. Windows color (decimal): -3315247 or 13724109. OLE color: 13724109.

HSL color Cylindrical-coordinate representation of color #CD69D1: hue angle of 297.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD69D1 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205105209-
CMYK0.020.5000.18
HSL297.69º53.06%61.57%-
HSV(B)297.69º49.76%81.96%-
XYZ41.7427.6963.47-
YUV146.76163.13169.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=39.50%
G=20.23%
B=40.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051052090.020.5000.18297.6953.0661.57
HexCD69D123201212a353e
Octal3151513212620224526576
Binary1100110111010011101000110110010010010100101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69D1; }

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

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

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

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

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

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

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

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