Html Css Color HEX #C072E0 Medium Orchid

📋 copy color: '#C072E0'

red 192 ◦ green 114 ◦ blue 224

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

Shades of Medium Orchid #C072E0

Tints of Medium Orchid #C072E0

RGB

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

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

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

R = 36.23%
G = 21.51%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C072E0 (or 0xC072E0) is known color: Medium Orchid. HEX triplet: C0, 72 and E0. RGB value is (192,114,224). Sum of RGB (Red+Green+Blue) = 192+114+224=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #C072E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072E0 is #3F8D1F. Grayscale: #959595. Windows color (decimal): -4164896 or 14709440. OLE color: 14709440.

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

Color convert

RGB 192 114 224 -
CMYK 0.14 0.49 0 0.12
HSL 282.55º 0.64% 0.66% -
HSV(B) 282.55º 0.49% 0.88% -
XYZ 41.21 28.62 73.87 -
YUV 149.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 192 114 224 0.14 0.49 0 0.12 282.55 0.64 0.66
Hex C0 72 E0 E 31 0 C 11B 40 42
Octal 300 162 340 16 61 0 14 433 100 102
Binary 11000000 1110010 11100000 1110 110001 0 1100 100011011 1000000 1000010

Color Harmonies of #C072E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072E0

Black with #C072E0

Text Example


Text Example

White with #C072E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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