Html Css Color HEX #C948D9 Medium Orchid

📋 copy color: '#C948D9'

red 201 ◦ green 72 ◦ blue 217

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

Shades of Medium Orchid #C948D9

Tints of Medium Orchid #C948D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 41.02%
G = 14.69%
B = 44.29%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C948D9 (or 0xC948D9) is known color: Medium Orchid. HEX triplet: C9, 48 and D9. RGB value is (201,72,217). Sum of RGB (Red+Green+Blue) = 201+72+217=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #C948D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948D9 is #36B726. Grayscale: #7E7E7E. Windows color (decimal): -3585831 or 14239945. OLE color: 14239945.

HSL color Cylindrical-coordinate representation of color #C948D9: hue angle of 293.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C948D9 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 72 217 -
CMYK 0.07 0.67 0 0.15
HSL 293.38º 0.66% 0.57% -
HSV(B) 293.38º 0.67% 0.85% -
XYZ 38.93 22.06 67.85 -
YUV 127.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 201 72 217 0.07 0.67 0 0.15 293.38 0.66 0.57
Hex C9 48 D9 7 43 0 F 125 42 39
Octal 311 110 331 7 103 0 17 445 102 71
Binary 11001001 1001000 11011001 111 1000011 0 1111 100100101 1000010 111001

Color Harmonies of #C948D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948D9

Black with #C948D9

Text Example


Text Example

White with #C948D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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