Html Css Color HEX #C051ED Medium Orchid

📋 copy color: '#C051ED'

red 192 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #C051ED

Tints of Medium Orchid #C051ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 37.65%
G = 15.88%
B = 46.47%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C051ED (or 0xC051ED) is known color: Medium Orchid. HEX triplet: C0, 51 and ED. RGB value is (192,81,237). Sum of RGB (Red+Green+Blue) = 192+81+237=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #C051ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051ED is #3FAE12. Grayscale: #838383. Windows color (decimal): -4173331 or 15552960. OLE color: 15552960.

HSL color Cylindrical-coordinate representation of color #C051ED: hue angle of 282.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C051ED is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 81 237 -
CMYK 0.19 0.66 0 0.07
HSL 282.69º 0.81% 0.62% -
HSV(B) 282.69º 0.66% 0.93% -
XYZ 39.97 23.21 82.49 -
YUV 131.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 192 81 237 0.19 0.66 0 0.07 282.69 0.81 0.62
Hex C0 51 ED 13 42 0 7 11B 51 3E
Octal 300 121 355 23 102 0 7 433 121 76
Binary 11000000 1010001 11101101 10011 1000010 0 111 100011011 1010001 111110

Color Harmonies of #C051ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051ED

Black with #C051ED

Text Example


Text Example

White with #C051ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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