#C951E0

Color #C951E0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C951E0

Tints of Medium Orchid #C951E0

Color information

#C951E0 (or 0xC951E0) is unknown color: approx Medium Orchid. HEX triplet: C9, 51 and E0. RGB value is (201,81,224). Sum of RGB (Red+Green+Blue) = 201+81+224=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #C951E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951E0 is #36AE1F. Grayscale: #848484. Windows color (decimal): -3583520 or 14701001. OLE color: 14701001.

HSL color Cylindrical-coordinate representation of color #C951E0: hue angle of 290.35º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C951E0 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20181224-
CMYK0.100.6400.12
HSL290.35º69.76%59.8%-
HSV(B)290.35º63.84%87.84%-
XYZ40.4823.6872.96-
YUV133.18179.26176.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 224 (87.89% from 255) = 44.27%
R=39.72%
G=16.01%
B=44.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal201812240.100.6400.12290.3569.7659.8
HexC951E0A400C122463c
Octal3111213401210001444210674
Binary1100100110100011110000010101000000011001001000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C951E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C951E0; }

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

 H1.HeaderClassName
 {
   color: #C951E0;
 }
 .AnyTagClassName
 {
   color: #C951E0;
 }
</style>
background-color css

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

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

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

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

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

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