Html Css Color HEX #C946DD Medium Orchid

📋 copy color: '#C946DD'

red 201 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #C946DD

Tints of Medium Orchid #C946DD

RGB

 RED value IS 201 (78.91% from 255) = 40.85%

 GREEN value IS 70 (27.73% from 255) = 14.23%

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

R = 40.85%
G = 14.23%
B = 44.92%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C946DD (or 0xC946DD) is known color: Medium Orchid. HEX triplet: C9, 46 and DD. RGB value is (201,70,221). Sum of RGB (Red+Green+Blue) = 201+70+221=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C946DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946DD is #36B922. Grayscale: #7D7D7D. Windows color (decimal): -3586339 or 14501577. OLE color: 14501577.

HSL color Cylindrical-coordinate representation of color #C946DD: hue angle of 292.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C946DD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 70 221 -
CMYK 0.09 0.68 0 0.13
HSL 292.05º 0.69% 0.57% -
HSV(B) 292.05º 0.68% 0.87% -
XYZ 39.33 22.02 70.58 -
YUV 126.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 201 70 221 0.09 0.68 0 0.13 292.05 0.69 0.57
Hex C9 46 DD 9 44 0 D 124 45 39
Octal 311 106 335 11 104 0 15 444 105 71
Binary 11001001 1000110 11011101 1001 1000100 0 1101 100100100 1000101 111001

Color Harmonies of #C946DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946DD

Black with #C946DD

Text Example


Text Example

White with #C946DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946DD; }

 p { color: rgb(201,70,221); }

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

background-color css

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

 a { background-color: rgb(201,70,221); }

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

border-color css

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

 span { border-color: rgb(201,70,221); }

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