#CA85D6

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

Shades of Orchid #CA85D6

Tints of Orchid #CA85D6

Color information

#CA85D6 (or 0xCA85D6) is unknown color: approx Orchid. HEX triplet: CA, 85 and D6. RGB value is (202,133,214). Sum of RGB (Red+Green+Blue) = 202+133+214=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85D6 is #357A29. Grayscale: #A2A2A2. Windows color (decimal): -3504682 or 14058954. OLE color: 14058954.

HSL color Cylindrical-coordinate representation of color #CA85D6: hue angle of 291.11º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA85D6 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202133214-
CMYK0.060.3800.16
HSL291.11º49.69%68.04%-
HSV(B)291.11º37.85%83.92%-
XYZ44.8834.1967.85-
YUV162.86156.86155.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=36.79%
G=24.23%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021332140.060.3800.16291.1149.6968.04
HexCA85D66260101233244
Octal31220532664602044362104
Binary1100101010000101110101101101001100100001001000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85D6; }

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

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

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

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

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

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

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

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