#CD78D7

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

Shades of Orchid #CD78D7

Tints of Orchid #CD78D7

Color information

#CD78D7 (or 0xCD78D7) is unknown color: approx Orchid. HEX triplet: CD, 78 and D7. RGB value is (205,120,215). Sum of RGB (Red+Green+Blue) = 205+120+215=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD78D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78D7 is #328728. Grayscale: #9B9B9B. Windows color (decimal): -3311401 or 14121165. OLE color: 14121165.

HSL color Cylindrical-coordinate representation of color #CD78D7: hue angle of 293.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD78D7 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205120215-
CMYK0.050.4400.16
HSL293.68º54.29%65.69%-
HSV(B)293.68º44.19%84.31%-
XYZ44.1631.3268.01-
YUV156.24161.16162.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 120 (47.27% from 255) = 22.22%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=37.96%
G=22.22%
B=39.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051202150.050.4400.16293.6854.2965.69
HexCD78D752C0101263642
Octal31517032755402044666102
Binary110011011111000110101111011011000100001001001101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78D7; }

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

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

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

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

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

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

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

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