Html Css Color HEX #C951F1 Medium Orchid

📋 copy color: '#C951F1'

red 201 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #C951F1

Tints of Medium Orchid #C951F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.49%

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

R = 38.43%
G = 15.49%
B = 46.08%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C951F1 (or 0xC951F1) is known color: Medium Orchid. HEX triplet: C9, 51 and F1. RGB value is (201,81,241). Sum of RGB (Red+Green+Blue) = 201+81+241=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #C951F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951F1 is #36AE0E. Grayscale: #868686. Windows color (decimal): -3583503 or 15815113. OLE color: 15815113.

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

Color convert

RGB 201 81 241 -
CMYK 0.17 0.66 0 0.05
HSL 285º 0.85% 0.63% -
HSV(B) 285º 0.66% 0.95% -
XYZ 42.91 24.65 85.72 -
YUV 135.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 201 81 241 0.17 0.66 0 0.05 285 0.85 0.63
Hex C9 51 F1 11 42 0 5 11D 55 3F
Octal 311 121 361 21 102 0 5 435 125 77
Binary 11001001 1010001 11110001 10001 1000010 0 101 100011101 1010101 111111

Color Harmonies of #C951F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951F1

Black with #C951F1

Text Example


Text Example

White with #C951F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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