#CF01E8

Color #CF01E8 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #CF01E8

Tints of Psychedelic Purple #CF01E8

Color information

#CF01E8 (or 0xCF01E8) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 01 and E8. RGB value is (207,1,232). Sum of RGB (Red+Green+Blue) = 207+1+232=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF01E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF01E8 is #30FE17. Grayscale: #585858. Windows color (decimal): -3210776 or 15204815. OLE color: 15204815.

HSL color Cylindrical-coordinate representation of color #CF01E8: hue angle of 293.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01E8 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2071232-
CMYK0.111.0000.09
HSL293.51º99.14%45.69%-
HSV(B)293.51º99.57%90.98%-
XYZ40.3119.1177.91-
YUV88.93208.75212.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 232 (91.02% from 255) = 52.73%
R=47.05%
G=0.23%
B=52.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20712320.111.0000.09293.5199.1445.69
HexCF1E8B6409126632e
Octal31713501314401144614356
Binary1100111111110100010111100100010011001001101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF01E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF01E8; }

 p { color: rgb(207,1,232); }

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

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

 a { background-color: rgb(207,1,232); }

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

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

 span { border-color: rgb(207,1,232); }

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