#CA85CF

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

Shades of Orchid #CA85CF

Tints of Orchid #CA85CF

Color information

#CA85CF (or 0xCA85CF) is unknown color: approx Orchid. HEX triplet: CA, 85 and CF. RGB value is (202,133,207). Sum of RGB (Red+Green+Blue) = 202+133+207=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CF is #357A30. Grayscale: #A1A1A1. Windows color (decimal): -3504689 or 13600202. OLE color: 13600202.

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

Color convert

RGB202133207-
CMYK0.020.3600.19
HSL295.95º43.53%66.67%-
HSV(B)295.95º35.75%81.18%-
XYZ44.0133.8463.24-
YUV162.07153.36156.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=37.27%
G=24.54%
B=38.19%

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
Decimal2021332070.020.3600.19295.9543.5366.67
HexCA85CF2240131282c43
Octal31220531724402345054103
Binary110010101000010111001111101001000100111001010001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85CF; }

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

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

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

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

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

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

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

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