Html Css Color HEX #C948DC Medium Orchid

📋 copy color: '#C948DC'

red 201 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #C948DC

Tints of Medium Orchid #C948DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.6%

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

R = 40.77%
G = 14.6%
B = 44.62%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C948DC (or 0xC948DC) is known color: Medium Orchid. HEX triplet: C9, 48 and DC. RGB value is (201,72,220). Sum of RGB (Red+Green+Blue) = 201+72+220=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #C948DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948DC is #36B723. Grayscale: #7E7E7E. Windows color (decimal): -3585828 or 14436553. OLE color: 14436553.

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

Color convert

RGB 201 72 220 -
CMYK 0.09 0.67 0 0.14
HSL 292.3º 0.68% 0.57% -
HSV(B) 292.3º 0.67% 0.86% -
XYZ 39.32 22.22 69.93 -
YUV 127.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 201 72 220 0.09 0.67 0 0.14 292.3 0.68 0.57
Hex C9 48 DC 9 43 0 E 124 44 39
Octal 311 110 334 11 103 0 16 444 104 71
Binary 11001001 1001000 11011100 1001 1000011 0 1110 100100100 1000100 111001

Color Harmonies of #C948DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948DC

Black with #C948DC

Text Example


Text Example

White with #C948DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948DC; }

 p { color: rgb(201,72,220); }

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

background-color css

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

 a { background-color: rgb(201,72,220); }

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

border-color css

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

 span { border-color: rgb(201,72,220); }

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