Html Css Color HEX #CA5EDB Medium Orchid

📋 copy color: '#CA5EDB'

red 202 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #CA5EDB

Tints of Medium Orchid #CA5EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 39.22%
G = 18.25%
B = 42.52%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA5EDB (or 0xCA5EDB) is known color: Medium Orchid. HEX triplet: CA, 5E and DB. RGB value is (202,94,219). Sum of RGB (Red+Green+Blue) = 202+94+219=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EDB is #35A124. Grayscale: #8C8C8C. Windows color (decimal): -3514661 or 14376650. OLE color: 14376650.

HSL color Cylindrical-coordinate representation of color #CA5EDB: hue angle of 291.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5EDB is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 94 219 -
CMYK 0.08 0.57 0 0.14
HSL 291.84º 0.63% 0.61% -
HSV(B) 291.84º 0.57% 0.86% -
XYZ 41.15 25.68 69.81 -
YUV 140.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 202 94 219 0.08 0.57 0 0.14 291.84 0.63 0.61
Hex CA 5E DB 8 39 0 E 124 3F 3D
Octal 312 136 333 10 71 0 16 444 77 75
Binary 11001010 1011110 11011011 1000 111001 0 1110 100100100 111111 111101

Color Harmonies of #CA5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EDB

Black with #CA5EDB

Text Example


Text Example

White with #CA5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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