#CA86CF

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

Shades of Orchid #CA86CF

Tints of Orchid #CA86CF

Color information

#CA86CF (or 0xCA86CF) is unknown color: approx Orchid. HEX triplet: CA, 86 and CF. RGB value is (202,134,207). Sum of RGB (Red+Green+Blue) = 202+134+207=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CF is #357930. Grayscale: #A2A2A2. Windows color (decimal): -3504433 or 13600458. OLE color: 13600458.

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

Color convert

RGB202134207-
CMYK0.020.3500.19
HSL295.89º43.2%66.86%-
HSV(B)295.89º35.27%81.18%-
XYZ44.1434.1163.29-
YUV162.65153.03156.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=37.20%
G=24.68%
B=38.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021342070.020.3500.19295.8943.266.86
HexCA86CF2230131282b43
Octal31220631724302345053103
Binary110010101000011011001111101000110100111001010001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86CF; }

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

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

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

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

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

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

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

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