Html Css Color HEX #CA5EE0 Medium Orchid

📋 copy color: '#CA5EE0'

red 202 ◦ green 94 ◦ blue 224

#CA5EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA5EE0

Tints of Medium Orchid #CA5EE0

RGB

 RED value IS 202 (79.3% from 255) = 38.85%

 GREEN value IS 94 (37.11% from 255) = 18.08%

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 38.85%
G = 18.08%
B = 43.08%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA5EE0 (or 0xCA5EE0) is known color: Medium Orchid. HEX triplet: CA, 5E and E0. RGB value is (202,94,224). Sum of RGB (Red+Green+Blue) = 202+94+224=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EE0 is #35A11F. Grayscale: #8C8C8C. Windows color (decimal): -3514656 or 14704330. OLE color: 14704330.

HSL color Cylindrical-coordinate representation of color #CA5EE0: hue angle of 289.85º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5EE0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 94 224 -
CMYK 0.10 0.58 0 0.12
HSL 289.85º 0.68% 0.62% -
HSV(B) 289.85º 0.58% 0.88% -
XYZ 41.81 25.94 73.32 -
YUV 141.11 174.78 171.43 -
System Red Green Blue C M Y K H S L
Decimal 202 94 224 0.10 0.58 0 0.12 289.85 0.68 0.62
Hex CA 5E E0 A 3A 0 C 122 44 3E
Octal 312 136 340 12 72 0 14 442 104 76
Binary 11001010 1011110 11100000 1010 111010 0 1100 100100010 1000100 111110

Color Harmonies of #CA5EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EE0

Black with #CA5EE0

Text Example


Text Example

White with #CA5EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EE0; }

 p { color: rgb(202,94,224); }

 H1.HeaderClassName
 {
   color: #CA5EE0;
 }
 .AnyTagClassName
 {
   color: #CA5EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(202,94,224); }

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

border-color css

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

 span { border-color: rgb(202,94,224); }

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