#CA68E3

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

Shades of Medium Orchid #CA68E3

Tints of Medium Orchid #CA68E3

Color information

#CA68E3 (or 0xCA68E3) is unknown color: approx Medium Orchid. HEX triplet: CA, 68 and E3. RGB value is (202,104,227). Sum of RGB (Red+Green+Blue) = 202+104+227=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA68E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68E3 is #35971C. Grayscale: #929292. Windows color (decimal): -3512093 or 14903498. OLE color: 14903498.

HSL color Cylindrical-coordinate representation of color #CA68E3: hue angle of 287.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA68E3 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202104227-
CMYK0.110.5400.11
HSL287.8º68.72%64.9%-
HSV(B)287.8º54.19%89.02%-
XYZ43.172875.8-
YUV147.32172.97167-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=37.90%
G=19.51%
B=42.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021042270.110.5400.11287.868.7264.9
HexCA68E3B360B1204541
Octal3121503431366013440105101
Binary1100101011010001110001110111101100101110010000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68E3; }

 p { color: rgb(202,104,227); }

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

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

 a { background-color: rgb(202,104,227); }

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

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

 span { border-color: rgb(202,104,227); }

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