Html Css Color HEX #C956DF Medium Orchid

📋 copy color: '#C956DF'

red 201 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #C956DF

Tints of Medium Orchid #C956DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.86%

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

R = 39.41%
G = 16.86%
B = 43.73%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C956DF (or 0xC956DF) is known color: Medium Orchid. HEX triplet: C9, 56 and DF. RGB value is (201,86,223). Sum of RGB (Red+Green+Blue) = 201+86+223=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #C956DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956DF is #36A920. Grayscale: #878787. Windows color (decimal): -3582241 or 14636745. OLE color: 14636745.

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

Color convert

RGB 201 86 223 -
CMYK 0.10 0.61 0 0.13
HSL 290.37º 0.68% 0.61% -
HSV(B) 290.37º 0.61% 0.87% -
XYZ 40.73 24.4 72.37 -
YUV 136 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 201 86 223 0.10 0.61 0 0.13 290.37 0.68 0.61
Hex C9 56 DF A 3D 0 D 122 44 3D
Octal 311 126 337 12 75 0 15 442 104 75
Binary 11001001 1010110 11011111 1010 111101 0 1101 100100010 1000100 111101

Color Harmonies of #C956DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956DF

Black with #C956DF

Text Example


Text Example

White with #C956DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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