Html Css Color HEX #C949F0 Medium Orchid

📋 copy color: '#C949F0'

red 201 ◦ green 73 ◦ blue 240

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

Shades of Medium Orchid #C949F0

Tints of Medium Orchid #C949F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 39.11%
G = 14.2%
B = 46.69%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C949F0 (or 0xC949F0) is known color: Medium Orchid. HEX triplet: C9, 49 and F0. RGB value is (201,73,240). Sum of RGB (Red+Green+Blue) = 201+73+240=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #C949F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949F0 is #36B60F. Grayscale: #818181. Windows color (decimal): -3585552 or 15747529. OLE color: 15747529.

HSL color Cylindrical-coordinate representation of color #C949F0: hue angle of 285.99º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C949F0 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 73 240 -
CMYK 0.16 0.70 0 0.06
HSL 285.99º 0.85% 0.61% -
HSV(B) 285.99º 0.7% 0.94% -
XYZ 42.2 23.47 84.74 -
YUV 130.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 201 73 240 0.16 0.70 0 0.06 285.99 0.85 0.61
Hex C9 49 F0 10 46 0 6 11E 55 3D
Octal 311 111 360 20 106 0 6 436 125 75
Binary 11001001 1001001 11110000 10000 1000110 0 110 100011110 1010101 111101

Color Harmonies of #C949F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949F0

Black with #C949F0

Text Example


Text Example

White with #C949F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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