Html Css Color HEX #CD01ED Psychedelic Purple

📋 copy color: '#CD01ED'

red 205 ◦ green 1 ◦ blue 237

#CD01ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #CD01ED

Tints of Psychedelic Purple #CD01ED

RGB

 RED value IS 205 (80.47% from 255) = 46.28%

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 46.28%
G = 0.23%
B = 53.5%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD01ED (or 0xCD01ED) is known color: Psychedelic Purple. HEX triplet: CD, 01 and ED. RGB value is (205,1,237). Sum of RGB (Red+Green+Blue) = 205+1+237=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD01ED is #32FE12. Grayscale: #585858. Windows color (decimal): -3341843 or 15532493. OLE color: 15532493.

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

Color convert

RGB 205 1 237 -
CMYK 0.14 1.00 0 0.07
HSL 291.86º 0.99% 0.47% -
HSV(B) 291.86º 1% 0.93% -
XYZ 40.47 19.12 81.68 -
YUV 88.9 211.59 210.81 -
System Red Green Blue C M Y K H S L
Decimal 205 1 237 0.14 1.00 0 0.07 291.86 0.99 0.47
Hex CD 1 ED E 64 0 7 124 63 2F
Octal 315 1 355 16 144 0 7 444 143 57
Binary 11001101 1 11101101 1110 1100100 0 111 100100100 1100011 101111

Color Harmonies of #CD01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01ED

Black with #CD01ED

Text Example


Text Example

White with #CD01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01ED; }

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

 H1.HeaderClassName
 {
   color: #CD01ED;
 }
 .AnyTagClassName
 {
   color: #CD01ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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