Html Css Color HEX #C372DB Medium Orchid

📋 copy color: '#C372DB'

red 195 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #C372DB

Tints of Medium Orchid #C372DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 36.93%
G = 21.59%
B = 41.48%

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

#C372DB (or 0xC372DB) is known color: Medium Orchid. HEX triplet: C3, 72 and DB. RGB value is (195,114,219). Sum of RGB (Red+Green+Blue) = 195+114+219=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C372DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372DB is #3C8D24. Grayscale: #959595. Windows color (decimal): -3968293 or 14381763. OLE color: 14381763.

HSL color Cylindrical-coordinate representation of color #C372DB: hue angle of 286.29º degrees, saturation: 0.59, 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 #C372DB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 114 219 -
CMYK 0.11 0.48 0 0.14
HSL 286.29º 0.59% 0.65% -
HSV(B) 286.29º 0.48% 0.86% -
XYZ 41.31 28.75 70.39 -
YUV 150.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 195 114 219 0.11 0.48 0 0.14 286.29 0.59 0.65
Hex C3 72 DB B 30 0 E 11E 3B 41
Octal 303 162 333 13 60 0 16 436 73 101
Binary 11000011 1110010 11011011 1011 110000 0 1110 100011110 111011 1000001

Color Harmonies of #C372DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372DB

Black with #C372DB

Text Example


Text Example

White with #C372DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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