Html Css Color HEX #C076E0 Medium Orchid

📋 copy color: '#C076E0'

red 192 ◦ green 118 ◦ blue 224

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

Shades of Medium Orchid #C076E0

Tints of Medium Orchid #C076E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 35.96%
G = 22.1%
B = 41.95%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C076E0 (or 0xC076E0) is known color: Medium Orchid. HEX triplet: C0, 76 and E0. RGB value is (192,118,224). Sum of RGB (Red+Green+Blue) = 192+118+224=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #C076E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076E0 is #3F891F. Grayscale: #979797. Windows color (decimal): -4163872 or 14710464. OLE color: 14710464.

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

Color convert

RGB 192 118 224 -
CMYK 0.14 0.47 0 0.12
HSL 281.89º 0.63% 0.67% -
HSV(B) 281.89º 0.47% 0.88% -
XYZ 41.67 29.55 74.03 -
YUV 152.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 192 118 224 0.14 0.47 0 0.12 281.89 0.63 0.67
Hex C0 76 E0 E 2F 0 C 11A 3F 43
Octal 300 166 340 16 57 0 14 432 77 103
Binary 11000000 1110110 11100000 1110 101111 0 1100 100011010 111111 1000011

Color Harmonies of #C076E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076E0

Black with #C076E0

Text Example


Text Example

White with #C076E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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