#C64BE8

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

Shades of Medium Orchid #C64BE8

Tints of Medium Orchid #C64BE8

Color information

#C64BE8 (or 0xC64BE8) is unknown color: approx Medium Orchid. HEX triplet: C6, 4B and E8. RGB value is (198,75,232). Sum of RGB (Red+Green+Blue) = 198+75+232=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #C64BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BE8 is #39B417. Grayscale: #818181. Windows color (decimal): -3781656 or 15223750. OLE color: 15223750.

HSL color Cylindrical-coordinate representation of color #C64BE8: hue angle of 287.01º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64BE8 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19875232-
CMYK0.150.6800.09
HSL287.01º77.34%60.2%-
HSV(B)287.01º67.67%90.98%-
XYZ40.3722.8678.63-
YUV129.68185.75176.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 75 (29.69% from 255) = 14.85%
BLUE value IS 232 (91.02% from 255) = 45.94%
R=39.21%
G=14.85%
B=45.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal198752320.150.6800.09287.0177.3460.2
HexC64BE8F440911f4d3c
Octal3061133501710401143711574
Binary1100011010010111110100011111000100010011000111111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BE8; }

 p { color: rgb(198,75,232); }

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

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

 a { background-color: rgb(198,75,232); }

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

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

 span { border-color: rgb(198,75,232); }

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