Html Css Color HEX #C050FC Medium Orchid

📋 copy color: '#C050FC'

red 192 ◦ green 80 ◦ blue 252

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

Shades of Medium Orchid #C050FC

Tints of Medium Orchid #C050FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 36.64%
G = 15.27%
B = 48.09%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C050FC (or 0xC050FC) is known color: Medium Orchid. HEX triplet: C0, 50 and FC. RGB value is (192,80,252). Sum of RGB (Red+Green+Blue) = 192+80+252=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #C050FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050FC is #3FAF03. Grayscale: #848484. Windows color (decimal): -4173572 or 16535744. OLE color: 16535744.

HSL color Cylindrical-coordinate representation of color #C050FC: hue angle of 279.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C050FC is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 80 252 -
CMYK 0.24 0.68 0 0.01
HSL 279.07º 0.97% 0.65% -
HSV(B) 279.07º 0.68% 0.99% -
XYZ 42.18 23.97 94.5 -
YUV 133.1 195.11 170.01 -
System Red Green Blue C M Y K H S L
Decimal 192 80 252 0.24 0.68 0 0.01 279.07 0.97 0.65
Hex C0 50 FC 18 44 0 1 117 61 41
Octal 300 120 374 30 104 0 1 427 141 101
Binary 11000000 1010000 11111100 11000 1000100 0 1 100010111 1100001 1000001

Color Harmonies of #C050FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050FC

Black with #C050FC

Text Example


Text Example

White with #C050FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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