Html Css Color HEX #C051DF Medium Orchid

📋 copy color: '#C051DF'

red 192 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #C051DF

Tints of Medium Orchid #C051DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 38.71%
G = 16.33%
B = 44.96%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C051DF (or 0xC051DF) is known color: Medium Orchid. HEX triplet: C0, 51 and DF. RGB value is (192,81,223). Sum of RGB (Red+Green+Blue) = 192+81+223=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C051DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051DF is #3FAE20. Grayscale: #818181. Windows color (decimal): -4173345 or 14635456. OLE color: 14635456.

HSL color Cylindrical-coordinate representation of color #C051DF: hue angle of 286.9º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C051DF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 81 223 -
CMYK 0.14 0.64 0 0.13
HSL 286.9º 0.69% 0.6% -
HSV(B) 286.9º 0.64% 0.87% -
XYZ 38 22.42 72.14 -
YUV 130.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 192 81 223 0.14 0.64 0 0.13 286.9 0.69 0.6
Hex C0 51 DF E 40 0 D 11F 45 3C
Octal 300 121 337 16 100 0 15 437 105 74
Binary 11000000 1010001 11011111 1110 1000000 0 1101 100011111 1000101 111100

Color Harmonies of #C051DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051DF

Black with #C051DF

Text Example


Text Example

White with #C051DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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