#C781CA

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

Shades of Orchid #C781CA

Tints of Orchid #C781CA

Color information

#C781CA (or 0xC781CA) is unknown color: approx Orchid. HEX triplet: C7, 81 and CA. RGB value is (199,129,202). Sum of RGB (Red+Green+Blue) = 199+129+202=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #C781CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781CA is #387E35. Grayscale: #9E9E9E. Windows color (decimal): -3702326 or 13271495. OLE color: 13271495.

HSL color Cylindrical-coordinate representation of color #C781CA: hue angle of 297.53º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C781CA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199129202-
CMYK0.010.3600.21
HSL297.53º40.78%64.9%-
HSV(B)297.53º36.14%79.22%-
XYZ42.0632.1159.86-
YUV158.25152.69157.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.55%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=37.55%
G=24.34%
B=38.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991292020.010.3600.21297.5340.7864.9
HexC781CA12401512a2941
Octal30720131214402545251101
Binary11000111100000011100101011001000101011001010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781CA; }

 p { color: rgb(199,129,202); }

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

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

 a { background-color: rgb(199,129,202); }

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

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

 span { border-color: rgb(199,129,202); }

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