Html Css Color HEX #C072CE Medium Orchid

📋 copy color: '#C072CE'

red 192 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #C072CE

Tints of Medium Orchid #C072CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 37.5%
G = 22.27%
B = 40.23%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C072CE (or 0xC072CE) is known color: Medium Orchid. HEX triplet: C0, 72 and CE. RGB value is (192,114,206). Sum of RGB (Red+Green+Blue) = 192+114+206=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C072CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072CE is #3F8D31. Grayscale: #939393. Windows color (decimal): -4164914 or 13529792. OLE color: 13529792.

HSL color Cylindrical-coordinate representation of color #C072CE: hue angle of 290.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C072CE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 114 206 -
CMYK 0.07 0.45 0 0.19
HSL 290.87º 0.48% 0.63% -
HSV(B) 290.87º 0.45% 0.81% -
XYZ 38.9 27.7 61.69 -
YUV 147.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 192 114 206 0.07 0.45 0 0.19 290.87 0.48 0.63
Hex C0 72 CE 7 2D 0 13 123 30 3F
Octal 300 162 316 7 55 0 23 443 60 77
Binary 11000000 1110010 11001110 111 101101 0 10011 100100011 110000 111111

Color Harmonies of #C072CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072CE

Black with #C072CE

Text Example


Text Example

White with #C072CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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