#CD78DA

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

Shades of Orchid #CD78DA

Tints of Orchid #CD78DA

Color information

#CD78DA (or 0xCD78DA) is unknown color: approx Orchid. HEX triplet: CD, 78 and DA. RGB value is (205,120,218). Sum of RGB (Red+Green+Blue) = 205+120+218=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78DA is #328725. Grayscale: #9C9C9C. Windows color (decimal): -3311398 or 14317773. OLE color: 14317773.

HSL color Cylindrical-coordinate representation of color #CD78DA: hue angle of 292.04º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD78DA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205120218-
CMYK0.060.4500.15
HSL292.04º56.98%66.27%-
HSV(B)292.04º44.95%85.49%-
XYZ44.5531.4770.06-
YUV156.59162.66162.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 120 (47.27% from 255) = 22.10%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=37.75%
G=22.10%
B=40.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051202180.060.4500.15292.0456.9866.27
HexCD78DA62D0F1243942
Octal31517033265501744471102
Binary11001101111100011011010110101101011111001001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78DA; }

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

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

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

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

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

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

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

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