Html Css Color HEX #C051FB Medium Orchid

📋 copy color: '#C051FB'

red 192 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #C051FB

Tints of Medium Orchid #C051FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 36.64%
G = 15.46%
B = 47.9%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C051FB (or 0xC051FB) is known color: Medium Orchid. HEX triplet: C0, 51 and FB. RGB value is (192,81,251). Sum of RGB (Red+Green+Blue) = 192+81+251=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #C051FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051FB is #3FAE04. Grayscale: #858585. Windows color (decimal): -4173317 or 16470464. OLE color: 16470464.

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

Color convert

RGB 192 81 251 -
CMYK 0.24 0.68 0 0.02
HSL 279.18º 0.96% 0.65% -
HSV(B) 279.18º 0.68% 0.98% -
XYZ 42.09 24.06 93.69 -
YUV 133.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 192 81 251 0.24 0.68 0 0.02 279.18 0.96 0.65
Hex C0 51 FB 18 44 0 2 117 60 41
Octal 300 121 373 30 104 0 2 427 140 101
Binary 11000000 1010001 11111011 11000 1000100 0 10 100010111 1100000 1000001

Color Harmonies of #C051FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051FB

Black with #C051FB

Text Example


Text Example

White with #C051FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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