#CD15EE

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

Shades of Psychedelic Purple #CD15EE

Tints of Psychedelic Purple #CD15EE

Color information

#CD15EE (or 0xCD15EE) is unknown color: approx Psychedelic Purple. HEX triplet: CD, 15 and EE. RGB value is (205,21,238). Sum of RGB (Red+Green+Blue) = 205+21+238=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD15EE is #32EA11. Grayscale: #646464. Windows color (decimal): -3336722 or 15603149. OLE color: 15603149.

HSL color Cylindrical-coordinate representation of color #CD15EE: hue angle of 290.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD15EE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20521238-
CMYK0.140.9100.07
HSL290.88º86.45%50.78%-
HSV(B)290.88º91.18%93.33%-
XYZ40.8819.6982.53-
YUV100.75205.46202.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 21 (8.59% from 255) = 4.53%
BLUE value IS 238 (93.36% from 255) = 51.29%
R=44.18%
G=4.53%
B=51.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205212380.140.9100.07290.8886.4550.78
HexCD15EEE5B071235633
Octal31525356161330744312663
Binary1100110110101111011101110101101101111001000111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD15EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD15EE; }

 p { color: rgb(205,21,238); }

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

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

 a { background-color: rgb(205,21,238); }

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

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

 span { border-color: rgb(205,21,238); }

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