Html Css Color HEX #C748DB Medium Orchid

📋 copy color: '#C748DB'

red 199 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #C748DB

Tints of Medium Orchid #C748DB

RGB

 RED value IS 199 (78.13% from 255) = 40.61%

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

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

R = 40.61%
G = 14.69%
B = 44.69%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C748DB (or 0xC748DB) is known color: Medium Orchid. HEX triplet: C7, 48 and DB. RGB value is (199,72,219). Sum of RGB (Red+Green+Blue) = 199+72+219=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C748DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748DB is #38B724. Grayscale: #7E7E7E. Windows color (decimal): -3716901 or 14371015. OLE color: 14371015.

HSL color Cylindrical-coordinate representation of color #C748DB: hue angle of 291.84º 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 #C748DB is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 72 219 -
CMYK 0.09 0.67 0 0.14
HSL 291.84º 0.67% 0.57% -
HSV(B) 291.84º 0.67% 0.86% -
XYZ 38.66 21.89 69.21 -
YUV 126.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 199 72 219 0.09 0.67 0 0.14 291.84 0.67 0.57
Hex C7 48 DB 9 43 0 E 124 43 39
Octal 307 110 333 11 103 0 16 444 103 71
Binary 11000111 1001000 11011011 1001 1000011 0 1110 100100100 1000011 111001

Color Harmonies of #C748DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748DB

Black with #C748DB

Text Example


Text Example

White with #C748DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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