#C881CA

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

Shades of Orchid #C881CA

Tints of Orchid #C881CA

Color information

#C881CA (or 0xC881CA) is unknown color: approx Orchid. HEX triplet: C8, 81 and CA. RGB value is (200,129,202). Sum of RGB (Red+Green+Blue) = 200+129+202=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C881CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881CA is #377E35. Grayscale: #9E9E9E. Windows color (decimal): -3636790 or 13271496. OLE color: 13271496.

HSL color Cylindrical-coordinate representation of color #C881CA: hue angle of 298.36º 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 #C881CA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200129202-
CMYK0.010.3600.21
HSL298.36º40.78%64.9%-
HSV(B)298.36º36.14%79.22%-
XYZ42.3332.2459.87-
YUV158.55152.52157.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=37.66%
G=24.29%
B=38.04%

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
Decimal2001292020.010.3600.21298.3640.7864.9
HexC881CA12401512a2941
Octal31020131214402545251101
Binary11001000100000011100101011001000101011001010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881CA; }

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

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

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

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

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

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

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

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