Html Css Color HEX #C949FC Medium Orchid

📋 copy color: '#C949FC'

red 201 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #C949FC

Tints of Medium Orchid #C949FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 38.21%
G = 13.88%
B = 47.91%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C949FC (or 0xC949FC) is known color: Medium Orchid. HEX triplet: C9, 49 and FC. RGB value is (201,73,252). Sum of RGB (Red+Green+Blue) = 201+73+252=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #C949FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FC is #36B603. Grayscale: #838383. Windows color (decimal): -3585540 or 16533961. OLE color: 16533961.

HSL color Cylindrical-coordinate representation of color #C949FC: hue angle of 282.91º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C949FC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 73 252 -
CMYK 0.20 0.71 0 0.01
HSL 282.91º 0.97% 0.64% -
HSV(B) 282.91º 0.71% 0.99% -
XYZ 44.04 24.21 94.45 -
YUV 131.68 195.91 177.45 -
System Red Green Blue C M Y K H S L
Decimal 201 73 252 0.20 0.71 0 0.01 282.91 0.97 0.64
Hex C9 49 FC 14 47 0 1 11B 61 40
Octal 311 111 374 24 107 0 1 433 141 100
Binary 11001001 1001001 11111100 10100 1000111 0 1 100011011 1100001 1000000

Color Harmonies of #C949FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949FC

Black with #C949FC

Text Example


Text Example

White with #C949FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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