Html Css Color HEX #C944FD Medium Orchid

📋 copy color: '#C944FD'

red 201 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #C944FD

Tints of Medium Orchid #C944FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.03%

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 38.51%
G = 13.03%
B = 48.47%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C944FD (or 0xC944FD) is known color: Medium Orchid. HEX triplet: C9, 44 and FD. RGB value is (201,68,253). Sum of RGB (Red+Green+Blue) = 201+68+253=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C944FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944FD is #36BB02. Grayscale: #808080. Windows color (decimal): -3586819 or 16598217. OLE color: 16598217.

HSL color Cylindrical-coordinate representation of color #C944FD: hue angle of 283.14º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C944FD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 68 253 -
CMYK 0.21 0.73 0 0.01
HSL 283.14º 0.98% 0.63% -
HSV(B) 283.14º 0.73% 0.99% -
XYZ 43.88 23.64 95.18 -
YUV 128.86 198.06 179.46 -
System Red Green Blue C M Y K H S L
Decimal 201 68 253 0.21 0.73 0 0.01 283.14 0.98 0.63
Hex C9 44 FD 15 49 0 1 11B 62 3F
Octal 311 104 375 25 111 0 1 433 142 77
Binary 11001001 1000100 11111101 10101 1001001 0 1 100011011 1100010 111111

Color Harmonies of #C944FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944FD

Black with #C944FD

Text Example


Text Example

White with #C944FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944FD; }

 p { color: rgb(201,68,253); }

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

background-color css

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

 a { background-color: rgb(201,68,253); }

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

border-color css

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

 span { border-color: rgb(201,68,253); }

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