#CF15EB

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

Shades of Psychedelic Purple #CF15EB

Tints of Psychedelic Purple #CF15EB

Color information

#CF15EB (or 0xCF15EB) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 15 and EB. RGB value is (207,21,235). Sum of RGB (Red+Green+Blue) = 207+21+235=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF15EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF15EB is #30EA14. Grayscale: #646464. Windows color (decimal): -3205653 or 15406543. OLE color: 15406543.

HSL color Cylindrical-coordinate representation of color #CF15EB: hue angle of 292.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF15EB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20721235-
CMYK0.120.9100.08
HSL292.15º84.25%50.2%-
HSV(B)292.15º91.06%92.16%-
XYZ4119.880.26-
YUV101.01203.62203.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 21 (8.59% from 255) = 4.54%
BLUE value IS 235 (92.19% from 255) = 50.76%
R=44.71%
G=4.54%
B=50.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal207212350.120.9100.08292.1584.2550.2
HexCF15EBC5B081245432
Octal317253531413301044412462
Binary11001111101011110101111001011011010001001001001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF15EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF15EB; }

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

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

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

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

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

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

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

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