Html Css Color HEX #C051DD Medium Orchid

📋 copy color: '#C051DD'

red 192 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #C051DD

Tints of Medium Orchid #C051DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 38.87%
G = 16.4%
B = 44.74%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C051DD (or 0xC051DD) is known color: Medium Orchid. HEX triplet: C0, 51 and DD. RGB value is (192,81,221). Sum of RGB (Red+Green+Blue) = 192+81+221=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C051DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051DD is #3FAE22. Grayscale: #818181. Windows color (decimal): -4173347 or 14504384. OLE color: 14504384.

HSL color Cylindrical-coordinate representation of color #C051DD: hue angle of 287.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C051DD is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 81 221 -
CMYK 0.13 0.63 0 0.13
HSL 287.57º 0.67% 0.59% -
HSV(B) 287.57º 0.63% 0.87% -
XYZ 37.73 22.31 70.72 -
YUV 130.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 192 81 221 0.13 0.63 0 0.13 287.57 0.67 0.59
Hex C0 51 DD D 3F 0 D 120 43 3B
Octal 300 121 335 15 77 0 15 440 103 73
Binary 11000000 1010001 11011101 1101 111111 0 1101 100100000 1000011 111011

Color Harmonies of #C051DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051DD

Black with #C051DD

Text Example


Text Example

White with #C051DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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