Html Css Color HEX #CA48DB Medium Orchid

📋 copy color: '#CA48DB'

red 202 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #CA48DB

Tints of Medium Orchid #CA48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 40.97%
G = 14.6%
B = 44.42%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA48DB (or 0xCA48DB) is known color: Medium Orchid. HEX triplet: CA, 48 and DB. RGB value is (202,72,219). Sum of RGB (Red+Green+Blue) = 202+72+219=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48DB is #35B724. Grayscale: #7F7F7F. Windows color (decimal): -3520293 or 14371018. OLE color: 14371018.

HSL color Cylindrical-coordinate representation of color #CA48DB: hue angle of 293.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA48DB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 72 219 -
CMYK 0.08 0.67 0 0.14
HSL 293.06º 0.67% 0.57% -
HSV(B) 293.06º 0.67% 0.86% -
XYZ 39.46 22.31 69.24 -
YUV 127.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 202 72 219 0.08 0.67 0 0.14 293.06 0.67 0.57
Hex CA 48 DB 8 43 0 E 125 43 39
Octal 312 110 333 10 103 0 16 445 103 71
Binary 11001010 1001000 11011011 1000 1000011 0 1110 100100101 1000011 111001

Color Harmonies of #CA48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48DB

Black with #CA48DB

Text Example


Text Example

White with #CA48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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