Html Css Color HEX #C372DD Medium Orchid

📋 copy color: '#C372DD'

red 195 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #C372DD

Tints of Medium Orchid #C372DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 36.79%
G = 21.51%
B = 41.7%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C372DD (or 0xC372DD) is known color: Medium Orchid. HEX triplet: C3, 72 and DD. RGB value is (195,114,221). Sum of RGB (Red+Green+Blue) = 195+114+221=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C372DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372DD is #3C8D22. Grayscale: #969696. Windows color (decimal): -3968291 or 14512835. OLE color: 14512835.

HSL color Cylindrical-coordinate representation of color #C372DD: hue angle of 285.42º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C372DD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 114 221 -
CMYK 0.12 0.48 0 0.13
HSL 285.42º 0.61% 0.66% -
HSV(B) 285.42º 0.48% 0.87% -
XYZ 41.57 28.86 71.79 -
YUV 150.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 195 114 221 0.12 0.48 0 0.13 285.42 0.61 0.66
Hex C3 72 DD C 30 0 D 11D 3D 42
Octal 303 162 335 14 60 0 15 435 75 102
Binary 11000011 1110010 11011101 1100 110000 0 1101 100011101 111101 1000010

Color Harmonies of #C372DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372DD

Black with #C372DD

Text Example


Text Example

White with #C372DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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