Html Css Color HEX #C948DB Medium Orchid

📋 copy color: '#C948DB'

red 201 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #C948DB

Tints of Medium Orchid #C948DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 40.85%
G = 14.63%
B = 44.51%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C948DB (or 0xC948DB) is known color: Medium Orchid. HEX triplet: C9, 48 and DB. RGB value is (201,72,219). Sum of RGB (Red+Green+Blue) = 201+72+219=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C948DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948DB is #36B724. Grayscale: #7E7E7E. Windows color (decimal): -3585829 or 14371017. OLE color: 14371017.

HSL color Cylindrical-coordinate representation of color #C948DB: hue angle of 292.65º degrees, saturation: 0.67, 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 #C948DB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 72 219 -
CMYK 0.08 0.67 0 0.14
HSL 292.65º 0.67% 0.57% -
HSV(B) 292.65º 0.67% 0.86% -
XYZ 39.19 22.17 69.23 -
YUV 127.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 201 72 219 0.08 0.67 0 0.14 292.65 0.67 0.57
Hex C9 48 DB 8 43 0 E 125 43 39
Octal 311 110 333 10 103 0 16 445 103 71
Binary 11001001 1001000 11011011 1000 1000011 0 1110 100100101 1000011 111001

Color Harmonies of #C948DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948DB

Black with #C948DB

Text Example


Text Example

White with #C948DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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