Html Css Color HEX #C072D8 Medium Orchid

📋 copy color: '#C072D8'

red 192 ◦ green 114 ◦ blue 216

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

Shades of Medium Orchid #C072D8

Tints of Medium Orchid #C072D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 36.78%
G = 21.84%
B = 41.38%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C072D8 (or 0xC072D8) is known color: Medium Orchid. HEX triplet: C0, 72 and D8. RGB value is (192,114,216). Sum of RGB (Red+Green+Blue) = 192+114+216=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #C072D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072D8 is #3F8D27. Grayscale: #949494. Windows color (decimal): -4164904 or 14185152. OLE color: 14185152.

HSL color Cylindrical-coordinate representation of color #C072D8: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C072D8 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 114 216 -
CMYK 0.11 0.47 0 0.15
HSL 285.88º 0.57% 0.65% -
HSV(B) 285.88º 0.47% 0.85% -
XYZ 40.15 28.2 68.29 -
YUV 148.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 192 114 216 0.11 0.47 0 0.15 285.88 0.57 0.65
Hex C0 72 D8 B 2F 0 F 11E 39 41
Octal 300 162 330 13 57 0 17 436 71 101
Binary 11000000 1110010 11011000 1011 101111 0 1111 100011110 111001 1000001

Color Harmonies of #C072D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072D8

Black with #C072D8

Text Example


Text Example

White with #C072D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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