Html Css Color HEX #C956EF Medium Orchid

📋 copy color: '#C956EF'

red 201 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #C956EF

Tints of Medium Orchid #C956EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 38.21%
G = 16.35%
B = 45.44%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C956EF (or 0xC956EF) is known color: Medium Orchid. HEX triplet: C9, 56 and EF. RGB value is (201,86,239). Sum of RGB (Red+Green+Blue) = 201+86+239=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #C956EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956EF is #36A910. Grayscale: #898989. Windows color (decimal): -3582225 or 15685321. OLE color: 15685321.

HSL color Cylindrical-coordinate representation of color #C956EF: hue angle of 285.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C956EF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 86 239 -
CMYK 0.16 0.64 0 0.06
HSL 285.1º 0.83% 0.64% -
HSV(B) 285.1º 0.64% 0.94% -
XYZ 43 25.31 84.28 -
YUV 137.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 201 86 239 0.16 0.64 0 0.06 285.1 0.83 0.64
Hex C9 56 EF 10 40 0 6 11D 53 40
Octal 311 126 357 20 100 0 6 435 123 100
Binary 11001001 1010110 11101111 10000 1000000 0 110 100011101 1010011 1000000

Color Harmonies of #C956EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956EF

Black with #C956EF

Text Example


Text Example

White with #C956EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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