Html Css Color HEX #C949FA Medium Orchid

📋 copy color: '#C949FA'

red 201 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #C949FA

Tints of Medium Orchid #C949FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 38.36%
G = 13.93%
B = 47.71%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C949FA (or 0xC949FA) is known color: Medium Orchid. HEX triplet: C9, 49 and FA. RGB value is (201,73,250). Sum of RGB (Red+Green+Blue) = 201+73+250=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C949FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FA is #36B605. Grayscale: #828282. Windows color (decimal): -3585542 or 16402889. OLE color: 16402889.

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

Color convert

RGB 201 73 250 -
CMYK 0.20 0.71 0 0.02
HSL 283.39º 0.95% 0.63% -
HSV(B) 283.39º 0.71% 0.98% -
XYZ 43.73 24.08 92.79 -
YUV 131.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 201 73 250 0.20 0.71 0 0.02 283.39 0.95 0.63
Hex C9 49 FA 14 47 0 2 11B 5F 3F
Octal 311 111 372 24 107 0 2 433 137 77
Binary 11001001 1001001 11111010 10100 1000111 0 10 100011011 1011111 111111

Color Harmonies of #C949FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949FA

Black with #C949FA

Text Example


Text Example

White with #C949FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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