Html Css Color HEX #C051E8 Medium Orchid

📋 copy color: '#C051E8'

red 192 ◦ green 81 ◦ blue 232

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

Shades of Medium Orchid #C051E8

Tints of Medium Orchid #C051E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.94%

R = 38.02%
G = 16.04%
B = 45.94%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C051E8 (or 0xC051E8) is known color: Medium Orchid. HEX triplet: C0, 51 and E8. RGB value is (192,81,232). Sum of RGB (Red+Green+Blue) = 192+81+232=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #C051E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051E8 is #3FAE17. Grayscale: #828282. Windows color (decimal): -4173336 or 15225280. OLE color: 15225280.

HSL color Cylindrical-coordinate representation of color #C051E8: hue angle of 284.11º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C051E8 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 81 232 -
CMYK 0.17 0.65 0 0.09
HSL 284.11º 0.77% 0.61% -
HSV(B) 284.11º 0.65% 0.91% -
XYZ 39.25 22.92 78.7 -
YUV 131.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 192 81 232 0.17 0.65 0 0.09 284.11 0.77 0.61
Hex C0 51 E8 11 41 0 9 11C 4D 3D
Octal 300 121 350 21 101 0 11 434 115 75
Binary 11000000 1010001 11101000 10001 1000001 0 1001 100011100 1001101 111101

Color Harmonies of #C051E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051E8

Black with #C051E8

Text Example


Text Example

White with #C051E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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