Html Css Color HEX #CA41E2 Medium Orchid

📋 copy color: '#CA41E2'

red 202 ◦ green 65 ◦ blue 226

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

Shades of Medium Orchid #CA41E2

Tints of Medium Orchid #CA41E2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.18%

 BLUE value IS 226 (88.67% from 255) = 45.84%

R = 40.97%
G = 13.18%
B = 45.84%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA41E2 (or 0xCA41E2) is known color: Medium Orchid. HEX triplet: CA, 41 and E2. RGB value is (202,65,226). Sum of RGB (Red+Green+Blue) = 202+65+226=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA41E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41E2 is #35BE1D. Grayscale: #7B7B7B. Windows color (decimal): -3522078 or 14827978. OLE color: 14827978.

HSL color Cylindrical-coordinate representation of color #CA41E2: hue angle of 291.06º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA41E2 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 65 226 -
CMYK 0.11 0.71 0 0.11
HSL 291.06º 0.74% 0.57% -
HSV(B) 291.06º 0.71% 0.89% -
XYZ 39.97 21.83 74.06 -
YUV 124.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 202 65 226 0.11 0.71 0 0.11 291.06 0.74 0.57
Hex CA 41 E2 B 47 0 B 123 4A 39
Octal 312 101 342 13 107 0 13 443 112 71
Binary 11001010 1000001 11100010 1011 1000111 0 1011 100100011 1001010 111001

Color Harmonies of #CA41E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41E2

Black with #CA41E2

Text Example


Text Example

White with #CA41E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41E2; }

 p { color: rgb(202,65,226); }

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

background-color css

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

 a { background-color: rgb(202,65,226); }

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

border-color css

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

 span { border-color: rgb(202,65,226); }

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