Html Css Color HEX #CA4ED5 Medium Orchid

📋 copy color: '#CA4ED5'

red 202 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #CA4ED5

Tints of Medium Orchid #CA4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.82%

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

R = 40.97%
G = 15.82%
B = 43.2%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA4ED5 (or 0xCA4ED5) is known color: Medium Orchid. HEX triplet: CA, 4E and D5. RGB value is (202,78,213). Sum of RGB (Red+Green+Blue) = 202+78+213=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4ED5 is #35B12A. Grayscale: #828282. Windows color (decimal): -3518763 or 13979338. OLE color: 13979338.

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

Color convert

RGB 202 78 213 -
CMYK 0.05 0.63 0 0.16
HSL 295.11º 0.62% 0.57% -
HSV(B) 295.11º 0.63% 0.84% -
XYZ 39.09 22.81 65.29 -
YUV 130.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 202 78 213 0.05 0.63 0 0.16 295.11 0.62 0.57
Hex CA 4E D5 5 3F 0 10 127 3E 39
Octal 312 116 325 5 77 0 20 447 76 71
Binary 11001010 1001110 11010101 101 111111 0 10000 100100111 111110 111001

Color Harmonies of #CA4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4ED5

Black with #CA4ED5

Text Example


Text Example

White with #CA4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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