Html Css Color HEX #C076D7 Medium Orchid

📋 copy color: '#C076D7'

red 192 ◦ green 118 ◦ blue 215

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

Shades of Medium Orchid #C076D7

Tints of Medium Orchid #C076D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 36.57%
G = 22.48%
B = 40.95%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C076D7 (or 0xC076D7) is known color: Medium Orchid. HEX triplet: C0, 76 and D7. RGB value is (192,118,215). Sum of RGB (Red+Green+Blue) = 192+118+215=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #C076D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076D7 is #3F8928. Grayscale: #969696. Windows color (decimal): -4163881 or 14120640. OLE color: 14120640.

HSL color Cylindrical-coordinate representation of color #C076D7: hue angle of 285.77º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C076D7 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 118 215 -
CMYK 0.11 0.45 0 0.16
HSL 285.77º 0.55% 0.65% -
HSV(B) 285.77º 0.45% 0.84% -
XYZ 40.48 29.07 67.77 -
YUV 151.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 192 118 215 0.11 0.45 0 0.16 285.77 0.55 0.65
Hex C0 76 D7 B 2D 0 10 11E 37 41
Octal 300 166 327 13 55 0 20 436 67 101
Binary 11000000 1110110 11010111 1011 101101 0 10000 100011110 110111 1000001

Color Harmonies of #C076D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076D7

Black with #C076D7

Text Example


Text Example

White with #C076D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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