Html Css Color HEX #CA5ED5 Medium Orchid

📋 copy color: '#CA5ED5'

red 202 ◦ green 94 ◦ blue 213

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

Shades of Medium Orchid #CA5ED5

Tints of Medium Orchid #CA5ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 39.69%
G = 18.47%
B = 41.85%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA5ED5 (or 0xCA5ED5) is known color: Medium Orchid. HEX triplet: CA, 5E and D5. RGB value is (202,94,213). Sum of RGB (Red+Green+Blue) = 202+94+213=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ED5 is #35A12A. Grayscale: #8B8B8B. Windows color (decimal): -3514667 or 13983434. OLE color: 13983434.

HSL color Cylindrical-coordinate representation of color #CA5ED5: hue angle of 294.45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5ED5 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 94 213 -
CMYK 0.05 0.56 0 0.16
HSL 294.45º 0.59% 0.6% -
HSV(B) 294.45º 0.56% 0.84% -
XYZ 40.37 25.37 65.72 -
YUV 139.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 202 94 213 0.05 0.56 0 0.16 294.45 0.59 0.6
Hex CA 5E D5 5 38 0 10 126 3B 3C
Octal 312 136 325 5 70 0 20 446 73 74
Binary 11001010 1011110 11010101 101 111000 0 10000 100100110 111011 111100

Color Harmonies of #CA5ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5ED5

Black with #CA5ED5

Text Example


Text Example

White with #CA5ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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