Html Css Color HEX #C949FB Medium Orchid

📋 copy color: '#C949FB'

red 201 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #C949FB

Tints of Medium Orchid #C949FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 38.29%
G = 13.9%
B = 47.81%

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

#C949FB (or 0xC949FB) is known color: Medium Orchid. HEX triplet: C9, 49 and FB. RGB value is (201,73,251). Sum of RGB (Red+Green+Blue) = 201+73+251=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #C949FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FB is #36B604. Grayscale: #828282. Windows color (decimal): -3585541 or 16468425. OLE color: 16468425.

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

Color convert

RGB 201 73 251 -
CMYK 0.20 0.71 0 0.02
HSL 283.15º 0.96% 0.64% -
HSV(B) 283.15º 0.71% 0.98% -
XYZ 43.88 24.15 93.61 -
YUV 131.56 195.41 177.53 -
System Red Green Blue C M Y K H S L
Decimal 201 73 251 0.20 0.71 0 0.02 283.15 0.96 0.64
Hex C9 49 FB 14 47 0 2 11B 60 40
Octal 311 111 373 24 107 0 2 433 140 100
Binary 11001001 1001001 11111011 10100 1000111 0 10 100011011 1100000 1000000

Color Harmonies of #C949FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949FB

Black with #C949FB

Text Example


Text Example

White with #C949FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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