Html Css Color HEX #C949F1 Medium Orchid

📋 copy color: '#C949F1'

red 201 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #C949F1

Tints of Medium Orchid #C949F1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.17%

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 39.03%
G = 14.17%
B = 46.8%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C949F1 (or 0xC949F1) is known color: Medium Orchid. HEX triplet: C9, 49 and F1. RGB value is (201,73,241). Sum of RGB (Red+Green+Blue) = 201+73+241=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #C949F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949F1 is #36B60E. Grayscale: #818181. Windows color (decimal): -3585551 or 15813065. OLE color: 15813065.

HSL color Cylindrical-coordinate representation of color #C949F1: hue angle of 285.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C949F1 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 73 241 -
CMYK 0.17 0.70 0 0.05
HSL 285.71º 0.86% 0.62% -
HSV(B) 285.71º 0.7% 0.95% -
XYZ 42.35 23.53 85.53 -
YUV 130.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 201 73 241 0.17 0.70 0 0.05 285.71 0.86 0.62
Hex C9 49 F1 11 46 0 5 11E 56 3E
Octal 311 111 361 21 106 0 5 436 126 76
Binary 11001001 1001001 11110001 10001 1000110 0 101 100011110 1010110 111110

Color Harmonies of #C949F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949F1

Black with #C949F1

Text Example


Text Example

White with #C949F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949F1; }

 p { color: rgb(201,73,241); }

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

background-color css

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

 a { background-color: rgb(201,73,241); }

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

border-color css

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

 span { border-color: rgb(201,73,241); }

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