#CA84CF

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

Shades of Orchid #CA84CF

Tints of Orchid #CA84CF

Color information

#CA84CF (or 0xCA84CF) is unknown color: approx Orchid. HEX triplet: CA, 84 and CF. RGB value is (202,132,207). Sum of RGB (Red+Green+Blue) = 202+132+207=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84CF is #357B30. Grayscale: #A1A1A1. Windows color (decimal): -3504945 or 13599946. OLE color: 13599946.

HSL color Cylindrical-coordinate representation of color #CA84CF: hue angle of 296º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA84CF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202132207-
CMYK0.020.3600.19
HSL296º43.86%66.47%-
HSV(B)296º36.23%81.18%-
XYZ43.8733.5663.2-
YUV161.48153.69156.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=37.34%
G=24.40%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021322070.020.3600.1929643.8666.47
HexCA84CF2240131282c42
Octal31220431724402345054102
Binary110010101000010011001111101001000100111001010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84CF; }

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

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

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

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

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

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

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

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