Html Css Color HEX #CA5AE1 Medium Orchid

📋 copy color: '#CA5AE1'

red 202 ◦ green 90 ◦ blue 225

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

Shades of Medium Orchid #CA5AE1

Tints of Medium Orchid #CA5AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.52%

R = 39.07%
G = 17.41%
B = 43.52%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA5AE1 (or 0xCA5AE1) is known color: Medium Orchid. HEX triplet: CA, 5A and E1. RGB value is (202,90,225). Sum of RGB (Red+Green+Blue) = 202+90+225=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA5AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AE1 is #35A51E. Grayscale: #8A8A8A. Windows color (decimal): -3515679 or 14768842. OLE color: 14768842.

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

Color convert

RGB 202 90 225 -
CMYK 0.10 0.60 0 0.12
HSL 289.78º 0.69% 0.62% -
HSV(B) 289.78º 0.6% 0.88% -
XYZ 41.6 25.31 73.93 -
YUV 138.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 202 90 225 0.10 0.60 0 0.12 289.78 0.69 0.62
Hex CA 5A E1 A 3C 0 C 122 45 3E
Octal 312 132 341 12 74 0 14 442 105 76
Binary 11001010 1011010 11100001 1010 111100 0 1100 100100010 1000101 111110

Color Harmonies of #CA5AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AE1

Black with #CA5AE1

Text Example


Text Example

White with #CA5AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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