#C281CA

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

Shades of Orchid #C281CA

Tints of Orchid #C281CA

Color information

#C281CA (or 0xC281CA) is unknown color: approx Orchid. HEX triplet: C2, 81 and CA. RGB value is (194,129,202). Sum of RGB (Red+Green+Blue) = 194+129+202=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C281CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281CA is #3D7E35. Grayscale: #9C9C9C. Windows color (decimal): -4030006 or 13271490. OLE color: 13271490.

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

Color convert

RGB194129202-
CMYK0.040.3600.21
HSL293.42º40.78%64.9%-
HSV(B)293.42º36.14%79.22%-
XYZ40.7631.4359.8-
YUV156.76153.53154.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=36.95%
G=24.57%
B=38.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941292020.040.3600.21293.4240.7864.9
HexC281CA4240151252941
Octal30220131244402544551101
Binary1100001010000001110010101001001000101011001001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281CA; }

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

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

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

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

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

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

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

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