Html Css Color HEX #C076DD Medium Orchid

📋 copy color: '#C076DD'

red 192 ◦ green 118 ◦ blue 221

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

Shades of Medium Orchid #C076DD

Tints of Medium Orchid #C076DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.22%

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

R = 36.16%
G = 22.22%
B = 41.62%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C076DD (or 0xC076DD) is known color: Medium Orchid. HEX triplet: C0, 76 and DD. RGB value is (192,118,221). Sum of RGB (Red+Green+Blue) = 192+118+221=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C076DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076DD is #3F8922. Grayscale: #979797. Windows color (decimal): -4163875 or 14513856. OLE color: 14513856.

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

Color convert

RGB 192 118 221 -
CMYK 0.13 0.47 0 0.13
HSL 283.11º 0.6% 0.66% -
HSV(B) 283.11º 0.47% 0.87% -
XYZ 41.27 29.38 71.9 -
YUV 151.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 192 118 221 0.13 0.47 0 0.13 283.11 0.6 0.66
Hex C0 76 DD D 2F 0 D 11B 3C 42
Octal 300 166 335 15 57 0 15 433 74 102
Binary 11000000 1110110 11011101 1101 101111 0 1101 100011011 111100 1000010

Color Harmonies of #C076DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076DD

Black with #C076DD

Text Example


Text Example

White with #C076DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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