Html Css Color HEX #C050FA Medium Orchid

📋 copy color: '#C050FA'

red 192 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #C050FA

Tints of Medium Orchid #C050FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 36.78%
G = 15.33%
B = 47.89%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C050FA (or 0xC050FA) is known color: Medium Orchid. HEX triplet: C0, 50 and FA. RGB value is (192,80,250). Sum of RGB (Red+Green+Blue) = 192+80+250=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C050FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050FA is #3FAF05. Grayscale: #848484. Windows color (decimal): -4173574 or 16404672. OLE color: 16404672.

HSL color Cylindrical-coordinate representation of color #C050FA: hue angle of 279.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C050FA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 80 250 -
CMYK 0.23 0.68 0 0.02
HSL 279.53º 0.94% 0.65% -
HSV(B) 279.53º 0.68% 0.98% -
XYZ 41.86 23.85 92.84 -
YUV 132.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 192 80 250 0.23 0.68 0 0.02 279.53 0.94 0.65
Hex C0 50 FA 17 44 0 2 118 5E 41
Octal 300 120 372 27 104 0 2 430 136 101
Binary 11000000 1010000 11111010 10111 1000100 0 10 100011000 1011110 1000001

Color Harmonies of #C050FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050FA

Black with #C050FA

Text Example


Text Example

White with #C050FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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