Html Css Color HEX #CA5EEB Medium Orchid

📋 copy color: '#CA5EEB'

red 202 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #CA5EEB

Tints of Medium Orchid #CA5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.7%

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 38.04%
G = 17.7%
B = 44.26%

CMYK

 C value IS 0.14

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA5EEB (or 0xCA5EEB) is known color: Medium Orchid. HEX triplet: CA, 5E and EB. RGB value is (202,94,235). Sum of RGB (Red+Green+Blue) = 202+94+235=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EEB is #35A114. Grayscale: #8D8D8D. Windows color (decimal): -3514645 or 15425226. OLE color: 15425226.

HSL color Cylindrical-coordinate representation of color #CA5EEB: hue angle of 285.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5EEB is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 94 235 -
CMYK 0.14 0.6 0 0.08
HSL 285.96º 0.78% 0.65% -
HSV(B) 285.96º 0.6% 0.92% -
XYZ 43.36 26.56 81.44 -
YUV 142.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 202 94 235 0.14 0.6 0 0.08 285.96 0.78 0.65
Hex CA 5E EB E 3C 0 8 11E 4E 41
Octal 312 136 353 16 74 0 10 436 116 101
Binary 11001010 1011110 11101011 1110 111100 0 1000 100011110 1001110 1000001

Color Harmonies of #CA5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EEB

Black with #CA5EEB

Text Example


Text Example

White with #CA5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EEB; }

 p { color: rgb(202,94,235); }

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

background-color css

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

 a { background-color: rgb(202,94,235); }

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

border-color css

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

 span { border-color: rgb(202,94,235); }

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