Html Css Color HEX #CA40E1 Medium Orchid

📋 copy color: '#CA40E1'

red 202 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #CA40E1

Tints of Medium Orchid #CA40E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.03%

 BLUE value IS 225 (88.28% from 255) = 45.82%

R = 41.14%
G = 13.03%
B = 45.82%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA40E1 (or 0xCA40E1) is known color: Medium Orchid. HEX triplet: CA, 40 and E1. RGB value is (202,64,225). Sum of RGB (Red+Green+Blue) = 202+64+225=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40E1 is #35BF1E. Grayscale: #7B7B7B. Windows color (decimal): -3522335 or 14762186. OLE color: 14762186.

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

Color convert

RGB 202 64 225 -
CMYK 0.10 0.72 0 0.12
HSL 291.43º 0.73% 0.57% -
HSV(B) 291.43º 0.72% 0.88% -
XYZ 39.78 21.66 73.32 -
YUV 123.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 202 64 225 0.10 0.72 0 0.12 291.43 0.73 0.57
Hex CA 40 E1 A 48 0 C 123 49 39
Octal 312 100 341 12 110 0 14 443 111 71
Binary 11001010 1000000 11100001 1010 1001000 0 1100 100100011 1001001 111001

Color Harmonies of #CA40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40E1

Black with #CA40E1

Text Example


Text Example

White with #CA40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40E1; }

 p { color: rgb(202,64,225); }

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

background-color css

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

 a { background-color: rgb(202,64,225); }

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

border-color css

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

 span { border-color: rgb(202,64,225); }

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