Html Css Color HEX #C944FB Medium Orchid

📋 copy color: '#C944FB'

red 201 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #C944FB

Tints of Medium Orchid #C944FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 38.65%
G = 13.08%
B = 48.27%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C944FB (or 0xC944FB) is known color: Medium Orchid. HEX triplet: C9, 44 and FB. RGB value is (201,68,251). Sum of RGB (Red+Green+Blue) = 201+68+251=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C944FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944FB is #36BB04. Grayscale: #808080. Windows color (decimal): -3586821 or 16467145. OLE color: 16467145.

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

Color convert

RGB 201 68 251 -
CMYK 0.20 0.73 0 0.02
HSL 283.61º 0.96% 0.63% -
HSV(B) 283.61º 0.73% 0.98% -
XYZ 43.57 23.52 93.51 -
YUV 128.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 201 68 251 0.20 0.73 0 0.02 283.61 0.96 0.63
Hex C9 44 FB 14 49 0 2 11C 60 3F
Octal 311 104 373 24 111 0 2 434 140 77
Binary 11001001 1000100 11111011 10100 1001001 0 10 100011100 1100000 111111

Color Harmonies of #C944FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944FB

Black with #C944FB

Text Example


Text Example

White with #C944FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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