Html Css Color HEX #C076E4 Medium Orchid

📋 copy color: '#C076E4'

red 192 ◦ green 118 ◦ blue 228

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

Shades of Medium Orchid #C076E4

Tints of Medium Orchid #C076E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.38%

R = 35.69%
G = 21.93%
B = 42.38%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C076E4 (or 0xC076E4) is known color: Medium Orchid. HEX triplet: C0, 76 and E4. RGB value is (192,118,228). Sum of RGB (Red+Green+Blue) = 192+118+228=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #C076E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076E4 is #3F891B. Grayscale: #989898. Windows color (decimal): -4163868 or 14972608. OLE color: 14972608.

HSL color Cylindrical-coordinate representation of color #C076E4: hue angle of 280.36º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C076E4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 118 228 -
CMYK 0.16 0.48 0 0.11
HSL 280.36º 0.67% 0.68% -
HSV(B) 280.36º 0.48% 0.89% -
XYZ 42.22 29.76 76.92 -
YUV 152.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 192 118 228 0.16 0.48 0 0.11 280.36 0.67 0.68
Hex C0 76 E4 10 30 0 B 118 43 44
Octal 300 166 344 20 60 0 13 430 103 104
Binary 11000000 1110110 11100100 10000 110000 0 1011 100011000 1000011 1000100

Color Harmonies of #C076E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076E4

Black with #C076E4

Text Example


Text Example

White with #C076E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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