Html Css Color HEX #CA48E0 Medium Orchid

📋 copy color: '#CA48E0'

red 202 ◦ green 72 ◦ blue 224

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

Shades of Medium Orchid #CA48E0

Tints of Medium Orchid #CA48E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.98%

R = 40.56%
G = 14.46%
B = 44.98%

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

#CA48E0 (or 0xCA48E0) is known color: Medium Orchid. HEX triplet: CA, 48 and E0. RGB value is (202,72,224). Sum of RGB (Red+Green+Blue) = 202+72+224=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA48E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48E0 is #35B71F. Grayscale: #7F7F7F. Windows color (decimal): -3520288 or 14698698. OLE color: 14698698.

HSL color Cylindrical-coordinate representation of color #CA48E0: hue angle of 291.32º degrees, saturation: 0.71, 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 #CA48E0 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 72 224 -
CMYK 0.10 0.68 0 0.12
HSL 291.32º 0.71% 0.58% -
HSV(B) 291.32º 0.68% 0.88% -
XYZ 40.13 22.57 72.76 -
YUV 128.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 202 72 224 0.10 0.68 0 0.12 291.32 0.71 0.58
Hex CA 48 E0 A 44 0 C 123 47 3A
Octal 312 110 340 12 104 0 14 443 107 72
Binary 11001010 1001000 11100000 1010 1000100 0 1100 100100011 1000111 111010

Color Harmonies of #CA48E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48E0

Black with #CA48E0

Text Example


Text Example

White with #CA48E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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