#C954E7

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

Shades of Medium Orchid #C954E7

Tints of Medium Orchid #C954E7

Color information

#C954E7 (or 0xC954E7) is unknown color: approx Medium Orchid. HEX triplet: C9, 54 and E7. RGB value is (201,84,231). Sum of RGB (Red+Green+Blue) = 201+84+231=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #C954E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954E7 is #36AB18. Grayscale: #878787. Windows color (decimal): -3582745 or 15160521. OLE color: 15160521.

HSL color Cylindrical-coordinate representation of color #C954E7: hue angle of 287.76º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C954E7 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20184231-
CMYK0.130.6400.09
HSL287.76º75.38%61.76%-
HSV(B)287.76º63.64%90.59%-
XYZ41.6824.5378.14-
YUV135.74181.76174.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 84 (33.20% from 255) = 16.28%
BLUE value IS 231 (90.62% from 255) = 44.77%
R=38.95%
G=16.28%
B=44.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201842310.130.6400.09287.7675.3861.76
HexC954E7D40091204b3e
Octal3111243471510001144011376
Binary1100100110101001110011111011000000010011001000001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954E7; }

 p { color: rgb(201,84,231); }

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

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

 a { background-color: rgb(201,84,231); }

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

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

 span { border-color: rgb(201,84,231); }

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