Html Css Color HEX #C372DC Medium Orchid

📋 copy color: '#C372DC'

red 195 ◦ green 114 ◦ blue 220

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

Shades of Medium Orchid #C372DC

Tints of Medium Orchid #C372DC

RGB

 RED value IS 195 (76.56% from 255) = 36.86%

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 36.86%
G = 21.55%
B = 41.59%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C372DC (or 0xC372DC) is known color: Medium Orchid. HEX triplet: C3, 72 and DC. RGB value is (195,114,220). Sum of RGB (Red+Green+Blue) = 195+114+220=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #C372DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372DC is #3C8D23. Grayscale: #959595. Windows color (decimal): -3968292 or 14447299. OLE color: 14447299.

HSL color Cylindrical-coordinate representation of color #C372DC: hue angle of 285.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C372DC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 114 220 -
CMYK 0.11 0.48 0 0.14
HSL 285.85º 0.6% 0.65% -
HSV(B) 285.85º 0.48% 0.86% -
XYZ 41.44 28.8 71.09 -
YUV 150.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 195 114 220 0.11 0.48 0 0.14 285.85 0.6 0.65
Hex C3 72 DC B 30 0 E 11E 3C 41
Octal 303 162 334 13 60 0 16 436 74 101
Binary 11000011 1110010 11011100 1011 110000 0 1110 100011110 111100 1000001

Color Harmonies of #C372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372DC

Black with #C372DC

Text Example


Text Example

White with #C372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372DC; }

 p { color: rgb(195,114,220); }

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

background-color css

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

 a { background-color: rgb(195,114,220); }

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

border-color css

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

 span { border-color: rgb(195,114,220); }

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