Html Css Color HEX #CA5FE0 Medium Orchid

📋 copy color: '#CA5FE0'

red 202 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #CA5FE0

Tints of Medium Orchid #CA5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.23%

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

R = 38.77%
G = 18.23%
B = 42.99%

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

#CA5FE0 (or 0xCA5FE0) is known color: Medium Orchid. HEX triplet: CA, 5F and E0. RGB value is (202,95,224). Sum of RGB (Red+Green+Blue) = 202+95+224=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FE0 is #35A01F. Grayscale: #8D8D8D. Windows color (decimal): -3514400 or 14704586. OLE color: 14704586.

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

Color convert

RGB 202 95 224 -
CMYK 0.10 0.58 0 0.12
HSL 289.77º 0.68% 0.63% -
HSV(B) 289.77º 0.58% 0.88% -
XYZ 41.9 26.12 73.35 -
YUV 141.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 202 95 224 0.10 0.58 0 0.12 289.77 0.68 0.63
Hex CA 5F E0 A 3A 0 C 122 44 3F
Octal 312 137 340 12 72 0 14 442 104 77
Binary 11001010 1011111 11100000 1010 111010 0 1100 100100010 1000100 111111

Color Harmonies of #CA5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FE0

Black with #CA5FE0

Text Example


Text Example

White with #CA5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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