Html Css Color HEX #C948DA Medium Orchid

📋 copy color: '#C948DA'

red 201 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #C948DA

Tints of Medium Orchid #C948DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 40.94%
G = 14.66%
B = 44.4%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C948DA (or 0xC948DA) is known color: Medium Orchid. HEX triplet: C9, 48 and DA. RGB value is (201,72,218). Sum of RGB (Red+Green+Blue) = 201+72+218=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C948DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948DA is #36B725. Grayscale: #7E7E7E. Windows color (decimal): -3585830 or 14305481. OLE color: 14305481.

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

Color convert

RGB 201 72 218 -
CMYK 0.08 0.67 0 0.15
HSL 293.01º 0.66% 0.57% -
HSV(B) 293.01º 0.67% 0.85% -
XYZ 39.06 22.11 68.54 -
YUV 127.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 201 72 218 0.08 0.67 0 0.15 293.01 0.66 0.57
Hex C9 48 DA 8 43 0 F 125 42 39
Octal 311 110 332 10 103 0 17 445 102 71
Binary 11001001 1001000 11011010 1000 1000011 0 1111 100100101 1000010 111001

Color Harmonies of #C948DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948DA

Black with #C948DA

Text Example


Text Example

White with #C948DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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