Html Css Color HEX #C076DE Medium Orchid

📋 copy color: '#C076DE'

red 192 ◦ green 118 ◦ blue 222

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

Shades of Medium Orchid #C076DE

Tints of Medium Orchid #C076DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 36.09%
G = 22.18%
B = 41.73%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C076DE (or 0xC076DE) is known color: Medium Orchid. HEX triplet: C0, 76 and DE. RGB value is (192,118,222). Sum of RGB (Red+Green+Blue) = 192+118+222=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C076DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076DE is #3F8921. Grayscale: #979797. Windows color (decimal): -4163874 or 14579392. OLE color: 14579392.

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

Color convert

RGB 192 118 222 -
CMYK 0.14 0.47 0 0.13
HSL 282.69º 0.61% 0.67% -
HSV(B) 282.69º 0.47% 0.87% -
XYZ 41.4 29.44 72.61 -
YUV 151.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 192 118 222 0.14 0.47 0 0.13 282.69 0.61 0.67
Hex C0 76 DE E 2F 0 D 11B 3D 43
Octal 300 166 336 16 57 0 15 433 75 103
Binary 11000000 1110110 11011110 1110 101111 0 1101 100011011 111101 1000011

Color Harmonies of #C076DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076DE

Black with #C076DE

Text Example


Text Example

White with #C076DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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