#CD78C5

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

Shades of Orchid #CD78C5

Tints of Orchid #CD78C5

Color information

#CD78C5 (or 0xCD78C5) is unknown color: approx Orchid. HEX triplet: CD, 78 and C5. RGB value is (205,120,197). Sum of RGB (Red+Green+Blue) = 205+120+197=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78C5 is #32873A. Grayscale: #999999. Windows color (decimal): -3311419 or 12941517. OLE color: 12941517.

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

Color convert

RGB205120197-
CMYK00.410.040.20
HSL305.65º45.95%63.73%-
HSV(B)305.65º41.46%80.39%-
XYZ41.9730.4456.49-
YUV154.19152.16164.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=39.27%
G=22.99%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512019700.410.040.20305.6545.9563.73
HexCD78C50294141322e40
Octal31517030505142446256100
Binary110011011111000110001010101001100101001001100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78C5; }

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

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

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

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

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

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

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

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