#CA84C6

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

Shades of Orchid #CA84C6

Tints of Orchid #CA84C6

Color information

#CA84C6 (or 0xCA84C6) is unknown color: approx Orchid. HEX triplet: CA, 84 and C6. RGB value is (202,132,198). Sum of RGB (Red+Green+Blue) = 202+132+198=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84C6 is #357B39. Grayscale: #A0A0A0. Windows color (decimal): -3504954 or 13010122. OLE color: 13010122.

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

Color convert

RGB202132198-
CMYK00.350.020.21
HSL303.43º39.77%65.49%-
HSV(B)303.43º34.65%79.22%-
XYZ42.833.1457.57-
YUV160.45149.19157.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=37.97%
G=24.81%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213219800.350.020.21303.4339.7765.49
HexCA84C602321512f2841
Octal31220430604322545750101
Binary110010101000010011000110010001110101011001011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84C6; }

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

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

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

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

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

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

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

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