Html Css Color HEX #C748DA Medium Orchid

📋 copy color: '#C748DA'

red 199 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #C748DA

Tints of Medium Orchid #C748DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 40.7%
G = 14.72%
B = 44.58%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C748DA (or 0xC748DA) is known color: Medium Orchid. HEX triplet: C7, 48 and DA. RGB value is (199,72,218). Sum of RGB (Red+Green+Blue) = 199+72+218=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #C748DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748DA is #38B725. Grayscale: #7E7E7E. Windows color (decimal): -3716902 or 14305479. OLE color: 14305479.

HSL color Cylindrical-coordinate representation of color #C748DA: hue angle of 292.19º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C748DA is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 72 218 -
CMYK 0.09 0.67 0 0.15
HSL 292.19º 0.66% 0.57% -
HSV(B) 292.19º 0.67% 0.85% -
XYZ 38.53 21.84 68.51 -
YUV 126.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 199 72 218 0.09 0.67 0 0.15 292.19 0.66 0.57
Hex C7 48 DA 9 43 0 F 124 42 39
Octal 307 110 332 11 103 0 17 444 102 71
Binary 11000111 1001000 11011010 1001 1000011 0 1111 100100100 1000010 111001

Color Harmonies of #C748DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748DA

Black with #C748DA

Text Example


Text Example

White with #C748DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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