Html Css Color HEX #C051FF Medium Orchid

📋 copy color: '#C051FF'

red 192 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #C051FF

Tints of Medium Orchid #C051FF

RGB

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

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

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

R = 36.36%
G = 15.34%
B = 48.3%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C051FF (or 0xC051FF) is known color: Medium Orchid. HEX triplet: C0, 51 and FF. RGB value is (192,81,255). Sum of RGB (Red+Green+Blue) = 192+81+255=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #C051FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051FF is #3FAE00. Grayscale: #858585. Windows color (decimal): -4173313 or 16732608. OLE color: 16732608.

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

Color convert

RGB 192 81 255 -
CMYK 0.25 0.68 0 0
HSL 278.28º 1% 0.66% -
HSV(B) 278.28º 0.68% 1% -
XYZ 42.73 24.31 97.05 -
YUV 134.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 192 81 255 0.25 0.68 0 0 278.28 1 0.66
Hex C0 51 FF 19 44 0 0 116 64 42
Octal 300 121 377 31 104 0 0 426 144 102
Binary 11000000 1010001 11111111 11001 1000100 0 0 100010110 1100100 1000010

Color Harmonies of #C051FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051FF

Black with #C051FF

Text Example


Text Example

White with #C051FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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