Html Css Color HEX #C072E1 Medium Orchid

📋 copy color: '#C072E1'

red 192 ◦ green 114 ◦ blue 225

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

Shades of Medium Orchid #C072E1

Tints of Medium Orchid #C072E1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.47%

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

R = 36.16%
G = 21.47%
B = 42.37%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C072E1 (or 0xC072E1) is known color: Medium Orchid. HEX triplet: C0, 72 and E1. RGB value is (192,114,225). Sum of RGB (Red+Green+Blue) = 192+114+225=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #C072E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072E1 is #3F8D1E. Grayscale: #959595. Windows color (decimal): -4164895 or 14774976. OLE color: 14774976.

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

Color convert

RGB 192 114 225 -
CMYK 0.15 0.49 0 0.12
HSL 282.16º 0.65% 0.66% -
HSV(B) 282.16º 0.49% 0.88% -
XYZ 41.35 28.68 74.59 -
YUV 149.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 192 114 225 0.15 0.49 0 0.12 282.16 0.65 0.66
Hex C0 72 E1 F 31 0 C 11A 41 42
Octal 300 162 341 17 61 0 14 432 101 102
Binary 11000000 1110010 11100001 1111 110001 0 1100 100011010 1000001 1000010

Color Harmonies of #C072E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072E1

Black with #C072E1

Text Example


Text Example

White with #C072E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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