#CF15FE

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

Shades of Psychedelic Purple #CF15FE

Tints of Psychedelic Purple #CF15FE

Color information

#CF15FE (or 0xCF15FE) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 15 and FE. RGB value is (207,21,254). Sum of RGB (Red+Green+Blue) = 207+21+254=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF15FE is #30EA01. Grayscale: #666666. Windows color (decimal): -3205634 or 16651727. OLE color: 16651727.

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

Color convert

RGB20721254-
CMYK0.190.9200.00
HSL287.9º99.15%53.92%-
HSV(B)287.9º91.73%99.61%-
XYZ43.8920.9695.5-
YUV103.18213.12202.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 21 (8.59% from 255) = 4.36%
BLUE value IS 254 (99.61% from 255) = 52.70%
R=42.95%
G=4.36%
B=52.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal207212540.190.9200.00287.999.1553.92
HexCF15FE135C001206336
Octal31725376231340044014366
Binary110011111010111111110100111011100001001000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF15FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF15FE; }

 p { color: rgb(207,21,254); }

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

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

 a { background-color: rgb(207,21,254); }

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

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

 span { border-color: rgb(207,21,254); }

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