#C65FE0

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

Shades of Medium Orchid #C65FE0

Tints of Medium Orchid #C65FE0

Color information

#C65FE0 (or 0xC65FE0) is unknown color: approx Medium Orchid. HEX triplet: C6, 5F and E0. RGB value is (198,95,224). Sum of RGB (Red+Green+Blue) = 198+95+224=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #C65FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FE0 is #39A01F. Grayscale: #8C8C8C. Windows color (decimal): -3776544 or 14704582. OLE color: 14704582.

HSL color Cylindrical-coordinate representation of color #C65FE0: hue angle of 287.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65FE0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19895224-
CMYK0.120.5800.12
HSL287.91º67.54%62.55%-
HSV(B)287.91º57.59%87.84%-
XYZ40.8425.5773.3-
YUV140.5175.12169.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=38.30%
G=18.38%
B=43.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal198952240.120.5800.12287.9167.5462.55
HexC65FE0C3A0C120443f
Octal306137340147201444010477
Binary110001101011111111000001100111010011001001000001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65FE0; }

 p { color: rgb(198,95,224); }

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

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

 a { background-color: rgb(198,95,224); }

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

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

 span { border-color: rgb(198,95,224); }

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