#CD78BD

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

Shades of Orchid #CD78BD

Tints of Orchid #CD78BD

Color information

#CD78BD (or 0xCD78BD) is unknown color: approx Orchid. HEX triplet: CD, 78 and BD. RGB value is (205,120,189). Sum of RGB (Red+Green+Blue) = 205+120+189=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78BD is #328742. Grayscale: #999999. Windows color (decimal): -3311427 or 12417229. OLE color: 12417229.

HSL color Cylindrical-coordinate representation of color #CD78BD: hue angle of 311.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD78BD is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205120189-
CMYK00.410.080.20
HSL311.29º45.95%63.73%-
HSV(B)311.29º41.46%80.39%-
XYZ41.0830.0951.79-
YUV153.28148.16164.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=39.88%
G=23.35%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512018900.410.080.20311.2945.9563.73
HexCD78BD0298141372e40
Octal315170275051102446756100
Binary1100110111110001011110101010011000101001001101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78BD; }

 p { color: rgb(205,120,189); }

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

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

 a { background-color: rgb(205,120,189); }

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

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

 span { border-color: rgb(205,120,189); }

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