Html Css Color HEX #C958EE Medium Orchid

📋 copy color: '#C958EE'

red 201 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #C958EE

Tints of Medium Orchid #C958EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 38.14%
G = 16.7%
B = 45.16%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C958EE (or 0xC958EE) is known color: Medium Orchid. HEX triplet: C9, 58 and EE. RGB value is (201,88,238). Sum of RGB (Red+Green+Blue) = 201+88+238=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #C958EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958EE is #36A711. Grayscale: #8A8A8A. Windows color (decimal): -3581714 or 15620297. OLE color: 15620297.

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

Color convert

RGB 201 88 238 -
CMYK 0.16 0.63 0 0.07
HSL 285.2º 0.82% 0.64% -
HSV(B) 285.2º 0.63% 0.93% -
XYZ 43.01 25.57 83.56 -
YUV 138.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 201 88 238 0.16 0.63 0 0.07 285.2 0.82 0.64
Hex C9 58 EE 10 3F 0 7 11D 52 40
Octal 311 130 356 20 77 0 7 435 122 100
Binary 11001001 1011000 11101110 10000 111111 0 111 100011101 1010010 1000000

Color Harmonies of #C958EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958EE

Black with #C958EE

Text Example


Text Example

White with #C958EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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