Html Css Color HEX #CA48EC Medium Orchid

📋 copy color: '#CA48EC'

red 202 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #CA48EC

Tints of Medium Orchid #CA48EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.12%

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

R = 39.61%
G = 14.12%
B = 46.27%

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

#CA48EC (or 0xCA48EC) is known color: Medium Orchid. HEX triplet: CA, 48 and EC. RGB value is (202,72,236). Sum of RGB (Red+Green+Blue) = 202+72+236=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA48EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48EC is #35B713. Grayscale: #818181. Windows color (decimal): -3520276 or 15485130. OLE color: 15485130.

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

Color convert

RGB 202 72 236 -
CMYK 0.14 0.69 0 0.07
HSL 287.56º 0.81% 0.6% -
HSV(B) 287.56º 0.69% 0.93% -
XYZ 41.81 23.25 81.64 -
YUV 129.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 202 72 236 0.14 0.69 0 0.07 287.56 0.81 0.6
Hex CA 48 EC E 45 0 7 120 51 3C
Octal 312 110 354 16 105 0 7 440 121 74
Binary 11001010 1001000 11101100 1110 1000101 0 111 100100000 1010001 111100

Color Harmonies of #CA48EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48EC

Black with #CA48EC

Text Example


Text Example

White with #CA48EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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