Html Css Color HEX #C958F2 Medium Orchid

📋 copy color: '#C958F2'

red 201 ◦ green 88 ◦ blue 242

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

Shades of Medium Orchid #C958F2

Tints of Medium Orchid #C958F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.57%

R = 37.85%
G = 16.57%
B = 45.57%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C958F2 (or 0xC958F2) is known color: Medium Orchid. HEX triplet: C9, 58 and F2. RGB value is (201,88,242). Sum of RGB (Red+Green+Blue) = 201+88+242=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #C958F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958F2 is #36A70D. Grayscale: #8A8A8A. Windows color (decimal): -3581710 or 15882441. OLE color: 15882441.

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

Color convert

RGB 201 88 242 -
CMYK 0.17 0.64 0 0.05
HSL 284.03º 0.86% 0.65% -
HSV(B) 284.03º 0.64% 0.95% -
XYZ 43.6 25.81 86.69 -
YUV 139.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 201 88 242 0.17 0.64 0 0.05 284.03 0.86 0.65
Hex C9 58 F2 11 40 0 5 11C 56 41
Octal 311 130 362 21 100 0 5 434 126 101
Binary 11001001 1011000 11110010 10001 1000000 0 101 100011100 1010110 1000001

Color Harmonies of #C958F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958F2

Black with #C958F2

Text Example


Text Example

White with #C958F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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