#CF0EF0

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

Shades of Psychedelic Purple #CF0EF0

Tints of Psychedelic Purple #CF0EF0

Color information

#CF0EF0 (or 0xCF0EF0) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 0E and F0. RGB value is (207,14,240). Sum of RGB (Red+Green+Blue) = 207+14+240=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF0EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0EF0 is #30F10F. Grayscale: #606060. Windows color (decimal): -3207440 or 15732431. OLE color: 15732431.

HSL color Cylindrical-coordinate representation of color #CF0EF0: hue angle of 291.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0EF0 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20714240-
CMYK0.140.9400.06
HSL291.24º88.98%49.8%-
HSV(B)291.24º94.17%94.12%-
XYZ41.6219.8784.08-
YUV97.47208.44206.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 14 (5.86% from 255) = 3.04%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=44.90%
G=3.04%
B=52.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207142400.140.9400.06291.2488.9849.8
HexCFEF0E5E061235932
Octal31716360161360644313162
Binary110011111110111100001110101111001101001000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0EF0; }

 p { color: rgb(207,14,240); }

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

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

 a { background-color: rgb(207,14,240); }

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

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

 span { border-color: rgb(207,14,240); }

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