Html Css Color HEX #C048CF Medium Orchid

📋 copy color: '#C048CF'

red 192 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #C048CF

Tints of Medium Orchid #C048CF

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 40.76%
G = 15.29%
B = 43.95%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C048CF (or 0xC048CF) is known color: Medium Orchid. HEX triplet: C0, 48 and CF. RGB value is (192,72,207). Sum of RGB (Red+Green+Blue) = 192+72+207=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C048CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048CF is #3FB730. Grayscale: #7A7A7A. Windows color (decimal): -4175665 or 13584576. OLE color: 13584576.

HSL color Cylindrical-coordinate representation of color #C048CF: hue angle of 293.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C048CF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 72 207 -
CMYK 0.07 0.65 0 0.19
HSL 293.33º 0.58% 0.55% -
HSV(B) 293.33º 0.65% 0.81% -
XYZ 35.32 20.35 61.1 -
YUV 123.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 192 72 207 0.07 0.65 0 0.19 293.33 0.58 0.55
Hex C0 48 CF 7 41 0 13 125 3A 37
Octal 300 110 317 7 101 0 23 445 72 67
Binary 11000000 1001000 11001111 111 1000001 0 10011 100100101 111010 110111

Color Harmonies of #C048CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048CF

Black with #C048CF

Text Example


Text Example

White with #C048CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048CF; }

 p { color: rgb(192,72,207); }

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

background-color css

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

 a { background-color: rgb(192,72,207); }

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

border-color css

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

 span { border-color: rgb(192,72,207); }

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