Html Css Color HEX #C051FA Medium Orchid

📋 copy color: '#C051FA'

red 192 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #C051FA

Tints of Medium Orchid #C051FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.49%

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

R = 36.71%
G = 15.49%
B = 47.8%

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

#C051FA (or 0xC051FA) is known color: Medium Orchid. HEX triplet: C0, 51 and FA. RGB value is (192,81,250). Sum of RGB (Red+Green+Blue) = 192+81+250=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C051FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051FA is #3FAE05. Grayscale: #848484. Windows color (decimal): -4173318 or 16404928. OLE color: 16404928.

HSL color Cylindrical-coordinate representation of color #C051FA: hue angle of 279.41º 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 #C051FA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 81 250 -
CMYK 0.23 0.68 0 0.02
HSL 279.41º 0.94% 0.65% -
HSV(B) 279.41º 0.68% 0.98% -
XYZ 41.94 23.99 92.86 -
YUV 133.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 192 81 250 0.23 0.68 0 0.02 279.41 0.94 0.65
Hex C0 51 FA 17 44 0 2 117 5E 41
Octal 300 121 372 27 104 0 2 427 136 101
Binary 11000000 1010001 11111010 10111 1000100 0 10 100010111 1011110 1000001

Color Harmonies of #C051FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051FA

Black with #C051FA

Text Example


Text Example

White with #C051FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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