Html Css Color HEX #C951F6 Medium Orchid

📋 copy color: '#C951F6'

red 201 ◦ green 81 ◦ blue 246

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

Shades of Medium Orchid #C951F6

Tints of Medium Orchid #C951F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 38.07%
G = 15.34%
B = 46.59%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C951F6 (or 0xC951F6) is known color: Medium Orchid. HEX triplet: C9, 51 and F6. RGB value is (201,81,246). Sum of RGB (Red+Green+Blue) = 201+81+246=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #C951F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951F6 is #36AE09. Grayscale: #878787. Windows color (decimal): -3583498 or 16142793. OLE color: 16142793.

HSL color Cylindrical-coordinate representation of color #C951F6: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C951F6 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 81 246 -
CMYK 0.18 0.67 0 0.04
HSL 283.64º 0.9% 0.64% -
HSV(B) 283.64º 0.67% 0.96% -
XYZ 43.66 24.96 89.7 -
YUV 135.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 201 81 246 0.18 0.67 0 0.04 283.64 0.9 0.64
Hex C9 51 F6 12 43 0 4 11C 5A 40
Octal 311 121 366 22 103 0 4 434 132 100
Binary 11001001 1010001 11110110 10010 1000011 0 100 100011100 1011010 1000000

Color Harmonies of #C951F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951F6

Black with #C951F6

Text Example


Text Example

White with #C951F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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