#C64AFE

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

Shades of Medium Orchid #C64AFE

Tints of Medium Orchid #C64AFE

Color information

#C64AFE (or 0xC64AFE) is unknown color: approx Medium Orchid. HEX triplet: C6, 4A and FE. RGB value is (198,74,254). Sum of RGB (Red+Green+Blue) = 198+74+254=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C64AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AFE is #39B501. Grayscale: #838383. Windows color (decimal): -3781890 or 16665286. OLE color: 16665286.

HSL color Cylindrical-coordinate representation of color #C64AFE: hue angle of 281.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64AFE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19874254-
CMYK0.220.7100.00
HSL281.33º98.9%64.31%-
HSV(B)281.33º70.87%99.61%-
XYZ43.6324.0696.11-
YUV131.6197.08175.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 74 (29.30% from 255) = 14.07%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=37.64%
G=14.07%
B=48.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal198742540.220.7100.00281.3398.964.31
HexC64AFE1647001196340
Octal3061123762610700431143100
Binary110001101001010111111101011010001110010001100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64AFE; }

 p { color: rgb(198,74,254); }

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

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

 a { background-color: rgb(198,74,254); }

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

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

 span { border-color: rgb(198,74,254); }

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