#CF28EB

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

Shades of Psychedelic Purple #CF28EB

Tints of Psychedelic Purple #CF28EB

Color information

#CF28EB (or 0xCF28EB) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 28 and EB. RGB value is (207,40,235). Sum of RGB (Red+Green+Blue) = 207+40+235=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF28EB is #30D714. Grayscale: #6F6F6F. Windows color (decimal): -3200789 or 15411407. OLE color: 15411407.

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

Color convert

RGB20740235-
CMYK0.120.8300.08
HSL291.38º82.98%53.92%-
HSV(B)291.38º82.98%92.16%-
XYZ41.4920.7880.42-
YUV112.16197.33195.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 40 (16.02% from 255) = 8.30%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=42.95%
G=8.30%
B=48.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal207402350.120.8300.08291.3882.9853.92
HexCF28EBC53081235336
Octal317503531412301044312366
Binary110011111010001110101111001010011010001001000111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF28EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF28EB; }

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

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

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

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

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

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

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

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