Html Css Color HEX #C954DF Medium Orchid

📋 copy color: '#C954DF'

red 201 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #C954DF

Tints of Medium Orchid #C954DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.54%

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 39.57%
G = 16.54%
B = 43.9%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C954DF (or 0xC954DF) is known color: Medium Orchid. HEX triplet: C9, 54 and DF. RGB value is (201,84,223). Sum of RGB (Red+Green+Blue) = 201+84+223=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #C954DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954DF is #36AB20. Grayscale: #868686. Windows color (decimal): -3582753 or 14636233. OLE color: 14636233.

HSL color Cylindrical-coordinate representation of color #C954DF: hue angle of 290.5º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C954DF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 84 223 -
CMYK 0.10 0.62 0 0.13
HSL 290.5º 0.68% 0.6% -
HSV(B) 290.5º 0.62% 0.87% -
XYZ 40.58 24.09 72.32 -
YUV 134.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 201 84 223 0.10 0.62 0 0.13 290.5 0.68 0.6
Hex C9 54 DF A 3E 0 D 123 44 3C
Octal 311 124 337 12 76 0 15 443 104 74
Binary 11001001 1010100 11011111 1010 111110 0 1101 100100011 1000100 111100

Color Harmonies of #C954DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954DF

Black with #C954DF

Text Example


Text Example

White with #C954DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954DF; }

 p { color: rgb(201,84,223); }

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

background-color css

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

 a { background-color: rgb(201,84,223); }

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

border-color css

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

 span { border-color: rgb(201,84,223); }

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