Html Css Color HEX #C072DA Medium Orchid

📋 copy color: '#C072DA'

red 192 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #C072DA

Tints of Medium Orchid #C072DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 36.64%
G = 21.76%
B = 41.6%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C072DA (or 0xC072DA) is known color: Medium Orchid. HEX triplet: C0, 72 and DA. RGB value is (192,114,218). Sum of RGB (Red+Green+Blue) = 192+114+218=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #C072DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072DA is #3F8D25. Grayscale: #949494. Windows color (decimal): -4164902 or 14316224. OLE color: 14316224.

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

Color convert

RGB 192 114 218 -
CMYK 0.12 0.48 0 0.15
HSL 285º 0.58% 0.65% -
HSV(B) 285º 0.48% 0.85% -
XYZ 40.41 28.3 69.66 -
YUV 149.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 192 114 218 0.12 0.48 0 0.15 285 0.58 0.65
Hex C0 72 DA C 30 0 F 11D 3A 41
Octal 300 162 332 14 60 0 17 435 72 101
Binary 11000000 1110010 11011010 1100 110000 0 1111 100011101 111010 1000001

Color Harmonies of #C072DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072DA

Black with #C072DA

Text Example


Text Example

White with #C072DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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