Html Css Color HEX #CA49EC Medium Orchid

📋 copy color: '#CA49EC'

red 202 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #CA49EC

Tints of Medium Orchid #CA49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.29%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 39.53%
G = 14.29%
B = 46.18%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA49EC (or 0xCA49EC) is known color: Medium Orchid. HEX triplet: CA, 49 and EC. RGB value is (202,73,236). Sum of RGB (Red+Green+Blue) = 202+73+236=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49EC is #35B613. Grayscale: #818181. Windows color (decimal): -3520020 or 15485386. OLE color: 15485386.

HSL color Cylindrical-coordinate representation of color #CA49EC: hue angle of 287.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA49EC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 73 236 -
CMYK 0.14 0.69 0 0.07
HSL 287.48º 0.81% 0.61% -
HSV(B) 287.48º 0.69% 0.93% -
XYZ 41.88 23.38 81.66 -
YUV 130.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 202 73 236 0.14 0.69 0 0.07 287.48 0.81 0.61
Hex CA 49 EC E 45 0 7 11F 51 3D
Octal 312 111 354 16 105 0 7 437 121 75
Binary 11001010 1001001 11101100 1110 1000101 0 111 100011111 1010001 111101

Color Harmonies of #CA49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49EC

Black with #CA49EC

Text Example


Text Example

White with #CA49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49EC; }

 p { color: rgb(202,73,236); }

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

background-color css

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

 a { background-color: rgb(202,73,236); }

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

border-color css

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

 span { border-color: rgb(202,73,236); }

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