Html Css Color HEX #CA5AE2 Medium Orchid

📋 copy color: '#CA5AE2'

red 202 ◦ green 90 ◦ blue 226

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

Shades of Medium Orchid #CA5AE2

Tints of Medium Orchid #CA5AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.63%

R = 39%
G = 17.37%
B = 43.63%

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

#CA5AE2 (or 0xCA5AE2) is known color: Medium Orchid. HEX triplet: CA, 5A and E2. RGB value is (202,90,226). Sum of RGB (Red+Green+Blue) = 202+90+226=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA5AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AE2 is #35A51D. Grayscale: #8A8A8A. Windows color (decimal): -3515678 or 14834378. OLE color: 14834378.

HSL color Cylindrical-coordinate representation of color #CA5AE2: hue angle of 289.41º degrees, saturation: 0.7, 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 #CA5AE2 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 90 226 -
CMYK 0.11 0.60 0 0.11
HSL 289.41º 0.7% 0.62% -
HSV(B) 289.41º 0.6% 0.89% -
XYZ 41.74 25.36 74.65 -
YUV 138.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 202 90 226 0.11 0.60 0 0.11 289.41 0.7 0.62
Hex CA 5A E2 B 3C 0 B 121 46 3E
Octal 312 132 342 13 74 0 13 441 106 76
Binary 11001010 1011010 11100010 1011 111100 0 1011 100100001 1000110 111110

Color Harmonies of #CA5AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AE2

Black with #CA5AE2

Text Example


Text Example

White with #CA5AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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