Html Css Color HEX #C076DF Medium Orchid

📋 copy color: '#C076DF'

red 192 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #C076DF

Tints of Medium Orchid #C076DF

RGB

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

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

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

R = 36.02%
G = 22.14%
B = 41.84%

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

#C076DF (or 0xC076DF) is known color: Medium Orchid. HEX triplet: C0, 76 and DF. RGB value is (192,118,223). Sum of RGB (Red+Green+Blue) = 192+118+223=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C076DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076DF is #3F8920. Grayscale: #979797. Windows color (decimal): -4163873 or 14644928. OLE color: 14644928.

HSL color Cylindrical-coordinate representation of color #C076DF: hue angle of 282.29º degrees, saturation: 0.62, 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 #C076DF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 118 223 -
CMYK 0.14 0.47 0 0.13
HSL 282.29º 0.62% 0.67% -
HSV(B) 282.29º 0.47% 0.87% -
XYZ 41.54 29.49 73.32 -
YUV 152.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 192 118 223 0.14 0.47 0 0.13 282.29 0.62 0.67
Hex C0 76 DF E 2F 0 D 11A 3E 43
Octal 300 166 337 16 57 0 15 432 76 103
Binary 11000000 1110110 11011111 1110 101111 0 1101 100011010 111110 1000011

Color Harmonies of #C076DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076DF

Black with #C076DF

Text Example


Text Example

White with #C076DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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