#CF01EE

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

Shades of Psychedelic Purple #CF01EE

Tints of Psychedelic Purple #CF01EE

Color information

#CF01EE (or 0xCF01EE) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 01 and EE. RGB value is (207,1,238). Sum of RGB (Red+Green+Blue) = 207+1+238=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF01EE is #30FE11. Grayscale: #585858. Windows color (decimal): -3210770 or 15598031. OLE color: 15598031.

HSL color Cylindrical-coordinate representation of color #CF01EE: hue angle of 292.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01EE is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2071238-
CMYK0.131.0000.07
HSL292.15º99.16%46.86%-
HSV(B)292.15º99.58%93.33%-
XYZ41.1819.4682.47-
YUV89.61211.75211.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 238 (93.36% from 255) = 53.36%
R=46.41%
G=0.22%
B=53.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20712380.131.0000.07292.1599.1646.86
HexCF1EED6407124632f
Octal3171356151440744414357
Binary110011111111011101101110010001111001001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF01EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF01EE; }

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

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

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

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

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

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

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

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