Html Css Color HEX #C958EF Medium Orchid

📋 copy color: '#C958EF'

red 201 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #C958EF

Tints of Medium Orchid #C958EF

RGB

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

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

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

R = 38.07%
G = 16.67%
B = 45.27%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C958EF (or 0xC958EF) is known color: Medium Orchid. HEX triplet: C9, 58 and EF. RGB value is (201,88,239). Sum of RGB (Red+Green+Blue) = 201+88+239=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #C958EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958EF is #36A710. Grayscale: #8A8A8A. Windows color (decimal): -3581713 or 15685833. OLE color: 15685833.

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

Color convert

RGB 201 88 239 -
CMYK 0.16 0.63 0 0.06
HSL 284.9º 0.83% 0.64% -
HSV(B) 284.9º 0.63% 0.94% -
XYZ 43.16 25.63 84.33 -
YUV 139 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 201 88 239 0.16 0.63 0 0.06 284.9 0.83 0.64
Hex C9 58 EF 10 3F 0 6 11D 53 40
Octal 311 130 357 20 77 0 6 435 123 100
Binary 11001001 1011000 11101111 10000 111111 0 110 100011101 1010011 1000000

Color Harmonies of #C958EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958EF

Black with #C958EF

Text Example


Text Example

White with #C958EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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