#CD78BA

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

Shades of Orchid #CD78BA

Tints of Orchid #CD78BA

Color information

#CD78BA (or 0xCD78BA) is unknown color: approx Orchid. HEX triplet: CD, 78 and BA. RGB value is (205,120,186). Sum of RGB (Red+Green+Blue) = 205+120+186=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78BA is #328745. Grayscale: #989898. Windows color (decimal): -3311430 or 12220621. OLE color: 12220621.

HSL color Cylindrical-coordinate representation of color #CD78BA: hue angle of 313.41º 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 #CD78BA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205120186-
CMYK00.410.090.20
HSL313.41º45.95%63.73%-
HSV(B)313.41º41.46%80.39%-
XYZ40.7629.9650.09-
YUV152.94146.66165.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=40.12%
G=23.48%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512018600.410.090.20313.4145.9563.73
HexCD78BA0299141392e40
Octal315170272051112447156100
Binary1100110111110001011101001010011001101001001110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78BA; }

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

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

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

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

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

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

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

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