Html Css Color HEX #C949FD Medium Orchid

📋 copy color: '#C949FD'

red 201 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #C949FD

Tints of Medium Orchid #C949FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 38.14%
G = 13.85%
B = 48.01%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C949FD (or 0xC949FD) is known color: Medium Orchid. HEX triplet: C9, 49 and FD. RGB value is (201,73,253). Sum of RGB (Red+Green+Blue) = 201+73+253=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #C949FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FD is #36B602. Grayscale: #838383. Windows color (decimal): -3585539 or 16599497. OLE color: 16599497.

HSL color Cylindrical-coordinate representation of color #C949FD: hue angle of 282.67º degrees, saturation: 0.98, 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 #C949FD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 73 253 -
CMYK 0.21 0.71 0 0.01
HSL 282.67º 0.98% 0.64% -
HSV(B) 282.67º 0.71% 0.99% -
XYZ 44.2 24.27 95.28 -
YUV 131.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 201 73 253 0.21 0.71 0 0.01 282.67 0.98 0.64
Hex C9 49 FD 15 47 0 1 11B 62 40
Octal 311 111 375 25 107 0 1 433 142 100
Binary 11001001 1001001 11111101 10101 1000111 0 1 100011011 1100010 1000000

Color Harmonies of #C949FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949FD

Black with #C949FD

Text Example


Text Example

White with #C949FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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