Html Css Color HEX #C048FF Medium Orchid

📋 copy color: '#C048FF'

red 192 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #C048FF

Tints of Medium Orchid #C048FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 36.99%
G = 13.87%
B = 49.13%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C048FF (or 0xC048FF) is known color: Medium Orchid. HEX triplet: C0, 48 and FF. RGB value is (192,72,255). Sum of RGB (Red+Green+Blue) = 192+72+255=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #C048FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048FF is #3FB700. Grayscale: #808080. Windows color (decimal): -4175617 or 16730304. OLE color: 16730304.

HSL color Cylindrical-coordinate representation of color #C048FF: hue angle of 279.34º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C048FF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 72 255 -
CMYK 0.25 0.72 0 0
HSL 279.34º 1% 0.64% -
HSV(B) 279.34º 0.72% 1% -
XYZ 42.11 23.06 96.84 -
YUV 128.74 199.26 173.12 -
System Red Green Blue C M Y K H S L
Decimal 192 72 255 0.25 0.72 0 0 279.34 1 0.64
Hex C0 48 FF 19 48 0 0 117 64 40
Octal 300 110 377 31 110 0 0 427 144 100
Binary 11000000 1001000 11111111 11001 1001000 0 0 100010111 1100100 1000000

Color Harmonies of #C048FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048FF

Black with #C048FF

Text Example


Text Example

White with #C048FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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