Html Css Color HEX #C050FF Medium Orchid

📋 copy color: '#C050FF'

red 192 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #C050FF

Tints of Medium Orchid #C050FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.18%

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

R = 36.43%
G = 15.18%
B = 48.39%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C050FF (or 0xC050FF) is known color: Medium Orchid. HEX triplet: C0, 50 and FF. RGB value is (192,80,255). Sum of RGB (Red+Green+Blue) = 192+80+255=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C050FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050FF is #3FAF00. Grayscale: #848484. Windows color (decimal): -4173569 or 16732352. OLE color: 16732352.

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

Color convert

RGB 192 80 255 -
CMYK 0.25 0.69 0 0
HSL 278.4º 1% 0.66% -
HSV(B) 278.4º 0.69% 1% -
XYZ 42.66 24.16 97.02 -
YUV 133.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 192 80 255 0.25 0.69 0 0 278.4 1 0.66
Hex C0 50 FF 19 45 0 0 116 64 42
Octal 300 120 377 31 105 0 0 426 144 102
Binary 11000000 1010000 11111111 11001 1000101 0 0 100010110 1100100 1000010

Color Harmonies of #C050FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050FF

Black with #C050FF

Text Example


Text Example

White with #C050FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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