#CD69DB

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

Shades of Orchid #CD69DB

Tints of Orchid #CD69DB

Color information

#CD69DB (or 0xCD69DB) is unknown color: approx Orchid. HEX triplet: CD, 69 and DB. RGB value is (205,105,219). Sum of RGB (Red+Green+Blue) = 205+105+219=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69DB is #329624. Grayscale: #939393. Windows color (decimal): -3315237 or 14379469. OLE color: 14379469.

HSL color Cylindrical-coordinate representation of color #CD69DB: hue angle of 292.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD69DB is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205105219-
CMYK0.060.5200.14
HSL292.63º61.29%63.53%-
HSV(B)292.63º52.05%85.88%-
XYZ43.0128.270.19-
YUV147.9168.13168.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=38.75%
G=19.85%
B=41.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051052190.060.5200.14292.6361.2963.53
HexCD69DB6340E1253d40
Octal31515133366401644575100
Binary11001101110100111011011110110100011101001001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69DB; }

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

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

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

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

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

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

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

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