#CA85CC

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

Shades of Orchid #CA85CC

Tints of Orchid #CA85CC

Color information

#CA85CC (or 0xCA85CC) is unknown color: approx Orchid. HEX triplet: CA, 85 and CC. RGB value is (202,133,204). Sum of RGB (Red+Green+Blue) = 202+133+204=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CC is #357A33. Grayscale: #A1A1A1. Windows color (decimal): -3504692 or 13403594. OLE color: 13403594.

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

Color convert

RGB202133204-
CMYK0.010.3500.2
HSL298.31º41.04%66.08%-
HSV(B)298.31º34.8%80%-
XYZ43.6433.6961.33-
YUV161.72151.86156.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=37.48%
G=24.68%
B=37.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021332040.010.3500.2298.3141.0466.08
HexCA85CC12301412a2942
Octal31220531414302445251102
Binary11001010100001011100110011000110101001001010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85CC; }

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

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

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

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

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

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

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

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