#CA84CD

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

Shades of Orchid #CA84CD

Tints of Orchid #CA84CD

Color information

#CA84CD (or 0xCA84CD) is unknown color: approx Orchid. HEX triplet: CA, 84 and CD. RGB value is (202,132,205). Sum of RGB (Red+Green+Blue) = 202+132+205=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA84CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84CD is #357B32. Grayscale: #A1A1A1. Windows color (decimal): -3504947 or 13468874. OLE color: 13468874.

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

Color convert

RGB202132205-
CMYK0.010.3600.20
HSL297.53º42.2%66.08%-
HSV(B)297.53º35.61%80.39%-
XYZ43.6333.4761.92-
YUV161.25152.69157.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=37.48%
G=24.49%
B=38.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021322050.010.3600.20297.5342.266.08
HexCA84CD12401412a2a42
Octal31220431514402445252102
Binary11001010100001001100110111001000101001001010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84CD; }

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

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

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

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

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

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

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

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