Html Css Color HEX #C948DD Medium Orchid

📋 copy color: '#C948DD'

red 201 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #C948DD

Tints of Medium Orchid #C948DD

RGB

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

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

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

R = 40.69%
G = 14.57%
B = 44.74%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C948DD (or 0xC948DD) is known color: Medium Orchid. HEX triplet: C9, 48 and DD. RGB value is (201,72,221). Sum of RGB (Red+Green+Blue) = 201+72+221=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C948DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948DD is #36B722. Grayscale: #7F7F7F. Windows color (decimal): -3585827 or 14502089. OLE color: 14502089.

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

Color convert

RGB 201 72 221 -
CMYK 0.09 0.67 0 0.13
HSL 291.95º 0.69% 0.57% -
HSV(B) 291.95º 0.67% 0.87% -
XYZ 39.46 22.27 70.63 -
YUV 127.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 201 72 221 0.09 0.67 0 0.13 291.95 0.69 0.57
Hex C9 48 DD 9 43 0 D 124 45 39
Octal 311 110 335 11 103 0 15 444 105 71
Binary 11001001 1001000 11011101 1001 1000011 0 1101 100100100 1000101 111001

Color Harmonies of #C948DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948DD

Black with #C948DD

Text Example


Text Example

White with #C948DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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