#CD67DB

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

Shades of Orchid #CD67DB

Tints of Orchid #CD67DB

Color information

#CD67DB (or 0xCD67DB) is unknown color: approx Orchid. HEX triplet: CD, 67 and DB. RGB value is (205,103,219). Sum of RGB (Red+Green+Blue) = 205+103+219=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67DB is #329824. Grayscale: #929292. Windows color (decimal): -3315749 or 14378957. OLE color: 14378957.

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

Color convert

RGB205103219-
CMYK0.060.5300.14
HSL292.76º61.7%63.14%-
HSV(B)292.76º52.97%85.88%-
XYZ42.8127.7970.13-
YUV146.72168.79169.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=38.90%
G=19.54%
B=41.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051032190.060.5300.14292.7661.763.14
HexCD67DB6350E1253e3f
Octal3151473336650164457677
Binary1100110111001111101101111011010101110100100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD67DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD67DB; }

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

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

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

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

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

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

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

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