Html Css Color HEX #C051D8 Medium Orchid

📋 copy color: '#C051D8'

red 192 ◦ green 81 ◦ blue 216

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

Shades of Medium Orchid #C051D8

Tints of Medium Orchid #C051D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 39.26%
G = 16.56%
B = 44.17%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C051D8 (or 0xC051D8) is known color: Medium Orchid. HEX triplet: C0, 51 and D8. RGB value is (192,81,216). Sum of RGB (Red+Green+Blue) = 192+81+216=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #C051D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051D8 is #3FAE27. Grayscale: #818181. Windows color (decimal): -4173352 or 14176704. OLE color: 14176704.

HSL color Cylindrical-coordinate representation of color #C051D8: hue angle of 289.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C051D8 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 81 216 -
CMYK 0.11 0.62 0 0.15
HSL 289.33º 0.63% 0.58% -
HSV(B) 289.33º 0.63% 0.85% -
XYZ 37.08 22.05 67.27 -
YUV 129.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 192 81 216 0.11 0.62 0 0.15 289.33 0.63 0.58
Hex C0 51 D8 B 3E 0 F 121 3F 3A
Octal 300 121 330 13 76 0 17 441 77 72
Binary 11000000 1010001 11011000 1011 111110 0 1111 100100001 111111 111010

Color Harmonies of #C051D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051D8

Black with #C051D8

Text Example


Text Example

White with #C051D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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