Html Css Color HEX #CA5AE3 Medium Orchid

📋 copy color: '#CA5AE3'

red 202 ◦ green 90 ◦ blue 227

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

Shades of Medium Orchid #CA5AE3

Tints of Medium Orchid #CA5AE3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.34%

 BLUE value IS 227 (89.06% from 255) = 43.74%

R = 38.92%
G = 17.34%
B = 43.74%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA5AE3 (or 0xCA5AE3) is known color: Medium Orchid. HEX triplet: CA, 5A and E3. RGB value is (202,90,227). Sum of RGB (Red+Green+Blue) = 202+90+227=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA5AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AE3 is #35A51C. Grayscale: #8A8A8A. Windows color (decimal): -3515677 or 14899914. OLE color: 14899914.

HSL color Cylindrical-coordinate representation of color #CA5AE3: hue angle of 289.05º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5AE3 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 90 227 -
CMYK 0.11 0.60 0 0.11
HSL 289.05º 0.71% 0.62% -
HSV(B) 289.05º 0.6% 0.89% -
XYZ 41.88 25.41 75.37 -
YUV 139.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 202 90 227 0.11 0.60 0 0.11 289.05 0.71 0.62
Hex CA 5A E3 B 3C 0 B 121 47 3E
Octal 312 132 343 13 74 0 13 441 107 76
Binary 11001010 1011010 11100011 1011 111100 0 1011 100100001 1000111 111110

Color Harmonies of #CA5AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AE3

Black with #CA5AE3

Text Example


Text Example

White with #CA5AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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