#CA84CC

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

Shades of Orchid #CA84CC

Tints of Orchid #CA84CC

Color information

#CA84CC (or 0xCA84CC) is unknown color: approx Orchid. HEX triplet: CA, 84 and CC. RGB value is (202,132,204). Sum of RGB (Red+Green+Blue) = 202+132+204=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84CC is #357B33. Grayscale: #A0A0A0. Windows color (decimal): -3504948 or 13403338. OLE color: 13403338.

HSL color Cylindrical-coordinate representation of color #CA84CC: hue angle of 298.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84CC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202132204-
CMYK0.010.3500.2
HSL298.33º41.38%65.88%-
HSV(B)298.33º35.29%80%-
XYZ43.5133.4261.28-
YUV161.14152.19157.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=37.55%
G=24.54%
B=37.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021322040.010.3500.2298.3341.3865.88
HexCA84CC12301412a2942
Octal31220431414302445251102
Binary11001010100001001100110011000110101001001010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84CC; }

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

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

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

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

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

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

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

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