#CA84CB

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

Shades of Orchid #CA84CB

Tints of Orchid #CA84CB

Color information

#CA84CB (or 0xCA84CB) is unknown color: approx Orchid. HEX triplet: CA, 84 and CB. RGB value is (202,132,203). Sum of RGB (Red+Green+Blue) = 202+132+203=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84CB is #357B34. Grayscale: #A0A0A0. Windows color (decimal): -3504949 or 13337802. OLE color: 13337802.

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

Color convert

RGB202132203-
CMYK0.000.3500.20
HSL299.15º40.57%65.69%-
HSV(B)299.15º34.98%79.61%-
XYZ43.3933.3760.65-
YUV161.02151.69157.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=37.62%
G=24.58%
B=37.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021322030.000.3500.20299.1540.5765.69
HexCA84CB02301412b2942
Octal31220431304302445351102
Binary11001010100001001100101101000110101001001010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84CB; }

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

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

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

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

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

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

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

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