Html Css Color HEX #C958E4 Medium Orchid

📋 copy color: '#C958E4'

red 201 ◦ green 88 ◦ blue 228

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

Shades of Medium Orchid #C958E4

Tints of Medium Orchid #C958E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 38.88%
G = 17.02%
B = 44.1%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C958E4 (or 0xC958E4) is known color: Medium Orchid. HEX triplet: C9, 58 and E4. RGB value is (201,88,228). Sum of RGB (Red+Green+Blue) = 201+88+228=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #C958E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958E4 is #36A71B. Grayscale: #898989. Windows color (decimal): -3581724 or 14964937. OLE color: 14964937.

HSL color Cylindrical-coordinate representation of color #C958E4: hue angle of 288.43º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C958E4 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 88 228 -
CMYK 0.12 0.61 0 0.11
HSL 288.43º 0.72% 0.62% -
HSV(B) 288.43º 0.61% 0.89% -
XYZ 41.58 25 76.03 -
YUV 137.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 201 88 228 0.12 0.61 0 0.11 288.43 0.72 0.62
Hex C9 58 E4 C 3D 0 B 120 48 3E
Octal 311 130 344 14 75 0 13 440 110 76
Binary 11001001 1011000 11100100 1100 111101 0 1011 100100000 1001000 111110

Color Harmonies of #C958E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958E4

Black with #C958E4

Text Example


Text Example

White with #C958E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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