Html Css Color HEX #C956DB Medium Orchid

📋 copy color: '#C956DB'

red 201 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #C956DB

Tints of Medium Orchid #C956DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 39.72%
G = 17%
B = 43.28%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C956DB (or 0xC956DB) is known color: Medium Orchid. HEX triplet: C9, 56 and DB. RGB value is (201,86,219). Sum of RGB (Red+Green+Blue) = 201+86+219=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #C956DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956DB is #36A924. Grayscale: #878787. Windows color (decimal): -3582245 or 14374601. OLE color: 14374601.

HSL color Cylindrical-coordinate representation of color #C956DB: hue angle of 291.88º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C956DB is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 86 219 -
CMYK 0.08 0.61 0 0.14
HSL 291.88º 0.65% 0.6% -
HSV(B) 291.88º 0.61% 0.86% -
XYZ 40.2 24.19 69.57 -
YUV 135.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 201 86 219 0.08 0.61 0 0.14 291.88 0.65 0.6
Hex C9 56 DB 8 3D 0 E 124 41 3C
Octal 311 126 333 10 75 0 16 444 101 74
Binary 11001001 1010110 11011011 1000 111101 0 1110 100100100 1000001 111100

Color Harmonies of #C956DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956DB

Black with #C956DB

Text Example


Text Example

White with #C956DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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