#CD18E7

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

Shades of Psychedelic Purple #CD18E7

Tints of Psychedelic Purple #CD18E7

Color information

#CD18E7 (or 0xCD18E7) is unknown color: approx Psychedelic Purple. HEX triplet: CD, 18 and E7. RGB value is (205,24,231). Sum of RGB (Red+Green+Blue) = 205+24+231=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD18E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD18E7 is #32E718. Grayscale: #656565. Windows color (decimal): -3335961 or 15145165. OLE color: 15145165.

HSL color Cylindrical-coordinate representation of color #CD18E7: hue angle of 292.46º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD18E7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20524231-
CMYK0.110.9000.09
HSL292.46º81.18%50%-
HSV(B)292.46º89.61%90.59%-
XYZ39.9319.477.24-
YUV101.72200.97201.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 24 (9.77% from 255) = 5.22%
BLUE value IS 231 (90.62% from 255) = 50.22%
R=44.57%
G=5.22%
B=50.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205242310.110.9000.09292.4681.1850
HexCD18E7B5A091245132
Octal315303471313201144412162
Binary11001101110001110011110111011010010011001001001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD18E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD18E7; }

 p { color: rgb(205,24,231); }

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

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

 a { background-color: rgb(205,24,231); }

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

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

 span { border-color: rgb(205,24,231); }

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