Html Css Color HEX #CA5BE0 Medium Orchid

📋 copy color: '#CA5BE0'

red 202 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #CA5BE0

Tints of Medium Orchid #CA5BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.6%

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

R = 39.07%
G = 17.6%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA5BE0 (or 0xCA5BE0) is known color: Medium Orchid. HEX triplet: CA, 5B and E0. RGB value is (202,91,224). Sum of RGB (Red+Green+Blue) = 202+91+224=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BE0 is #35A41F. Grayscale: #8A8A8A. Windows color (decimal): -3515424 or 14703562. OLE color: 14703562.

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

Color convert

RGB 202 91 224 -
CMYK 0.10 0.59 0 0.12
HSL 290.08º 0.68% 0.62% -
HSV(B) 290.08º 0.59% 0.88% -
XYZ 41.55 25.42 73.24 -
YUV 139.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 202 91 224 0.10 0.59 0 0.12 290.08 0.68 0.62
Hex CA 5B E0 A 3B 0 C 122 44 3E
Octal 312 133 340 12 73 0 14 442 104 76
Binary 11001010 1011011 11100000 1010 111011 0 1100 100100010 1000100 111110

Color Harmonies of #CA5BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BE0

Black with #CA5BE0

Text Example


Text Example

White with #CA5BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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