Html Css Color HEX #C958F1 Medium Orchid

📋 copy color: '#C958F1'

red 201 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #C958F1

Tints of Medium Orchid #C958F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 37.92%
G = 16.6%
B = 45.47%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C958F1 (or 0xC958F1) is known color: Medium Orchid. HEX triplet: C9, 58 and F1. RGB value is (201,88,241). Sum of RGB (Red+Green+Blue) = 201+88+241=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #C958F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958F1 is #36A70E. Grayscale: #8A8A8A. Windows color (decimal): -3581711 or 15816905. OLE color: 15816905.

HSL color Cylindrical-coordinate representation of color #C958F1: hue angle of 284.31º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C958F1 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 88 241 -
CMYK 0.17 0.63 0 0.05
HSL 284.31º 0.85% 0.65% -
HSV(B) 284.31º 0.63% 0.95% -
XYZ 43.45 25.75 85.9 -
YUV 139.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 201 88 241 0.17 0.63 0 0.05 284.31 0.85 0.65
Hex C9 58 F1 11 3F 0 5 11C 55 41
Octal 311 130 361 21 77 0 5 434 125 101
Binary 11001001 1011000 11110001 10001 111111 0 101 100011100 1010101 1000001

Color Harmonies of #C958F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958F1

Black with #C958F1

Text Example


Text Example

White with #C958F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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