Html Css Color HEX #C958DC Medium Orchid

📋 copy color: '#C958DC'

red 201 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #C958DC

Tints of Medium Orchid #C958DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.29%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 39.49%
G = 17.29%
B = 43.22%

CMYK

 C value IS 0.09

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C958DC (or 0xC958DC) is known color: Medium Orchid. HEX triplet: C9, 58 and DC. RGB value is (201,88,220). Sum of RGB (Red+Green+Blue) = 201+88+220=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C958DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958DC is #36A723. Grayscale: #888888. Windows color (decimal): -3581732 or 14440649. OLE color: 14440649.

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

Color convert

RGB 201 88 220 -
CMYK 0.09 0.6 0 0.14
HSL 291.36º 0.65% 0.6% -
HSV(B) 291.36º 0.6% 0.86% -
XYZ 40.5 24.56 70.32 -
YUV 136.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 201 88 220 0.09 0.6 0 0.14 291.36 0.65 0.6
Hex C9 58 DC 9 3C 0 E 123 41 3C
Octal 311 130 334 11 74 0 16 443 101 74
Binary 11001001 1011000 11011100 1001 111100 0 1110 100100011 1000001 111100

Color Harmonies of #C958DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958DC

Black with #C958DC

Text Example


Text Example

White with #C958DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958DC; }

 p { color: rgb(201,88,220); }

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

background-color css

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

 a { background-color: rgb(201,88,220); }

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

border-color css

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

 span { border-color: rgb(201,88,220); }

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