Html Css Color HEX #C077E1 Medium Orchid

📋 copy color: '#C077E1'

red 192 ◦ green 119 ◦ blue 225

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

Shades of Medium Orchid #C077E1

Tints of Medium Orchid #C077E1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.2%

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 35.82%
G = 22.2%
B = 41.98%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C077E1 (or 0xC077E1) is known color: Medium Orchid. HEX triplet: C0, 77 and E1. RGB value is (192,119,225). Sum of RGB (Red+Green+Blue) = 192+119+225=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #C077E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077E1 is #3F881E. Grayscale: #989898. Windows color (decimal): -4163615 or 14776256. OLE color: 14776256.

HSL color Cylindrical-coordinate representation of color #C077E1: hue angle of 281.32º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C077E1 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 119 225 -
CMYK 0.15 0.47 0 0.12
HSL 281.32º 0.64% 0.67% -
HSV(B) 281.32º 0.47% 0.88% -
XYZ 41.93 29.84 74.78 -
YUV 152.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 192 119 225 0.15 0.47 0 0.12 281.32 0.64 0.67
Hex C0 77 E1 F 2F 0 C 119 40 43
Octal 300 167 341 17 57 0 14 431 100 103
Binary 11000000 1110111 11100001 1111 101111 0 1100 100011001 1000000 1000011

Color Harmonies of #C077E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077E1

Black with #C077E1

Text Example


Text Example

White with #C077E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077E1; }

 p { color: rgb(192,119,225); }

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

background-color css

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

 a { background-color: rgb(192,119,225); }

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

border-color css

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

 span { border-color: rgb(192,119,225); }

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