#CF06EB

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

Shades of Psychedelic Purple #CF06EB

Tints of Psychedelic Purple #CF06EB

Color information

#CF06EB (or 0xCF06EB) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 06 and EB. RGB value is (207,6,235). Sum of RGB (Red+Green+Blue) = 207+6+235=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF06EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF06EB is #30F914. Grayscale: #5B5B5B. Windows color (decimal): -3209493 or 15402703. OLE color: 15402703.

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

Color convert

RGB2076235-
CMYK0.120.9700.08
HSL292.66º95.02%47.25%-
HSV(B)292.66º97.45%92.16%-
XYZ40.7919.3980.19-
YUV92.21208.59209.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 6 (2.73% from 255) = 1.34%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=46.21%
G=1.34%
B=52.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20762350.120.9700.08292.6695.0247.25
HexCF6EBC61081255f2f
Octal31763531414101044513757
Binary110011111101110101111001100001010001001001011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF06EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF06EB; }

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

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

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

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

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

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

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

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