#CD78E5

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

Shades of Orchid #CD78E5

Tints of Orchid #CD78E5

Color information

#CD78E5 (or 0xCD78E5) is unknown color: approx Orchid. HEX triplet: CD, 78 and E5. RGB value is (205,120,229). Sum of RGB (Red+Green+Blue) = 205+120+229=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78E5 is #32871A. Grayscale: #9D9D9D. Windows color (decimal): -3311387 or 15038669. OLE color: 15038669.

HSL color Cylindrical-coordinate representation of color #CD78E5: hue angle of 286.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD78E5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205120229-
CMYK0.100.4800.10
HSL286.79º67.7%68.43%-
HSV(B)286.79º47.6%89.8%-
XYZ46.0432.0777.89-
YUV157.84168.16161.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 120 (47.27% from 255) = 21.66%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=37.00%
G=21.66%
B=41.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051202290.100.4800.10286.7967.768.43
HexCD78E5A300A11f4444
Octal3151703451260012437104104
Binary1100110111110001110010110101100000101010001111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78E5; }

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

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

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

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

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

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

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

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