Html Css Color HEX #C944FE Medium Orchid

📋 copy color: '#C944FE'

red 201 ◦ green 68 ◦ blue 254

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

Shades of Medium Orchid #C944FE

Tints of Medium Orchid #C944FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 38.43%
G = 13%
B = 48.57%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C944FE (or 0xC944FE) is known color: Medium Orchid. HEX triplet: C9, 44 and FE. RGB value is (201,68,254). Sum of RGB (Red+Green+Blue) = 201+68+254=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C944FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944FE is #36BB01. Grayscale: #808080. Windows color (decimal): -3586818 or 16663753. OLE color: 16663753.

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

Color convert

RGB 201 68 254 -
CMYK 0.21 0.73 0 0.00
HSL 282.9º 0.99% 0.63% -
HSV(B) 282.9º 0.73% 1% -
XYZ 44.04 23.71 96.02 -
YUV 128.97 198.56 179.38 -
System Red Green Blue C M Y K H S L
Decimal 201 68 254 0.21 0.73 0 0.00 282.9 0.99 0.63
Hex C9 44 FE 15 49 0 0 11B 63 3F
Octal 311 104 376 25 111 0 0 433 143 77
Binary 11001001 1000100 11111110 10101 1001001 0 0 100011011 1100011 111111

Color Harmonies of #C944FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944FE

Black with #C944FE

Text Example


Text Example

White with #C944FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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