#C780D2

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

Shades of Orchid #C780D2

Tints of Orchid #C780D2

Color information

#C780D2 (or 0xC780D2) is unknown color: approx Orchid. HEX triplet: C7, 80 and D2. RGB value is (199,128,210). Sum of RGB (Red+Green+Blue) = 199+128+210=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #C780D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780D2 is #387F2D. Grayscale: #9E9E9E. Windows color (decimal): -3702574 or 13795527. OLE color: 13795527.

HSL color Cylindrical-coordinate representation of color #C780D2: hue angle of 291.95º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C780D2 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199128210-
CMYK0.050.3900.18
HSL291.95º47.67%66.27%-
HSV(B)291.95º39.05%82.35%-
XYZ42.9132.2364.93-
YUV158.58157.02156.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=37.06%
G=23.84%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991282100.050.3900.18291.9547.6766.27
HexC780D25270121243042
Octal30720032254702244460102
Binary1100011110000000110100101011001110100101001001001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780D2; }

 p { color: rgb(199,128,210); }

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

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

 a { background-color: rgb(199,128,210); }

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

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

 span { border-color: rgb(199,128,210); }

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