Html Css Color HEX #C948D6 Medium Orchid

📋 copy color: '#C948D6'

red 201 ◦ green 72 ◦ blue 214

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

Shades of Medium Orchid #C948D6

Tints of Medium Orchid #C948D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 41.27%
G = 14.78%
B = 43.94%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C948D6 (or 0xC948D6) is known color: Medium Orchid. HEX triplet: C9, 48 and D6. RGB value is (201,72,214). Sum of RGB (Red+Green+Blue) = 201+72+214=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #C948D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948D6 is #36B729. Grayscale: #7E7E7E. Windows color (decimal): -3585834 or 14043337. OLE color: 14043337.

HSL color Cylindrical-coordinate representation of color #C948D6: hue angle of 294.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C948D6 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 72 214 -
CMYK 0.06 0.66 0 0.16
HSL 294.51º 0.63% 0.56% -
HSV(B) 294.51º 0.66% 0.84% -
XYZ 38.54 21.91 65.82 -
YUV 126.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 201 72 214 0.06 0.66 0 0.16 294.51 0.63 0.56
Hex C9 48 D6 6 42 0 10 127 3F 38
Octal 311 110 326 6 102 0 20 447 77 70
Binary 11001001 1001000 11010110 110 1000010 0 10000 100100111 111111 111000

Color Harmonies of #C948D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948D6

Black with #C948D6

Text Example


Text Example

White with #C948D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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