#CD00ED

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

Shades of Psychedelic Purple #CD00ED

Tints of Psychedelic Purple #CD00ED

Color information

#CD00ED (or 0xCD00ED) is unknown color: approx Psychedelic Purple. HEX triplet: CD, 00 and ED. RGB value is (205,0,237). Sum of RGB (Red+Green+Blue) = 205+0+237=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD00ED is #32FF12. Grayscale: #575757. Windows color (decimal): -3342099 or 15532237. OLE color: 15532237.

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

Color convert

RGB2050237-
CMYK0.14100.07
HSL291.9º100%46.47%-
HSV(B)291.9º100%92.94%-
XYZ40.4619.0981.67-
YUV88.31211.92211.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 53.62%
R=46.38%
G=0%
B=53.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20502370.14100.07291.910046.47
HexCD0EDE6407124642e
Octal3150355161440744414456
Binary110011010111011011110110010001111001001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD00ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD00ED; }

 p { color: rgb(205,0,237); }

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

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

 a { background-color: rgb(205,0,237); }

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

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

 span { border-color: rgb(205,0,237); }

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