Html Css Color HEX #CA48E1 Medium Orchid

📋 copy color: '#CA48E1'

red 202 ◦ green 72 ◦ blue 225

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

Shades of Medium Orchid #CA48E1

Tints of Medium Orchid #CA48E1

RGB

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

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

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

R = 40.48%
G = 14.43%
B = 45.09%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA48E1 (or 0xCA48E1) is known color: Medium Orchid. HEX triplet: CA, 48 and E1. RGB value is (202,72,225). Sum of RGB (Red+Green+Blue) = 202+72+225=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA48E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48E1 is #35B71E. Grayscale: #7F7F7F. Windows color (decimal): -3520287 or 14764234. OLE color: 14764234.

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

Color convert

RGB 202 72 225 -
CMYK 0.10 0.68 0 0.12
HSL 290.98º 0.72% 0.58% -
HSV(B) 290.98º 0.68% 0.88% -
XYZ 40.27 22.63 73.48 -
YUV 128.31 182.57 180.56 -
System Red Green Blue C M Y K H S L
Decimal 202 72 225 0.10 0.68 0 0.12 290.98 0.72 0.58
Hex CA 48 E1 A 44 0 C 123 48 3A
Octal 312 110 341 12 104 0 14 443 110 72
Binary 11001010 1001000 11100001 1010 1000100 0 1100 100100011 1001000 111010

Color Harmonies of #CA48E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48E1

Black with #CA48E1

Text Example


Text Example

White with #CA48E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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