#CA84CA

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

Shades of Orchid #CA84CA

Tints of Orchid #CA84CA

Color information

#CA84CA (or 0xCA84CA) is unknown color: approx Orchid. HEX triplet: CA, 84 and CA. RGB value is (202,132,202). Sum of RGB (Red+Green+Blue) = 202+132+202=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84CA is #357B35. Grayscale: #A0A0A0. Windows color (decimal): -3504950 or 13272266. OLE color: 13272266.

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

Color convert

RGB202132202-
CMYK00.3500.21
HSL300º39.77%65.49%-
HSV(B)300º34.65%79.22%-
XYZ43.2733.3260.03-
YUV160.91151.19157.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=37.69%
G=24.63%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213220200.3500.2130039.7765.49
HexCA84CA02301512c2841
Octal31220431204302545450101
Binary11001010100001001100101001000110101011001011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84CA; }

 p { color: rgb(202,132,202); }

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

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

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

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

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

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

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