Html Css Color HEX #CD17ED Psychedelic Purple

📋 copy color: '#CD17ED'

red 205 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #CD17ED

Tints of Psychedelic Purple #CD17ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.95%

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

R = 44.09%
G = 4.95%
B = 50.97%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD17ED (or 0xCD17ED) is known color: Psychedelic Purple. HEX triplet: CD, 17 and ED. RGB value is (205,23,237). Sum of RGB (Red+Green+Blue) = 205+23+237=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD17ED is #32E812. Grayscale: #656565. Windows color (decimal): -3336211 or 15538125. OLE color: 15538125.

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

Color convert

RGB 205 23 237 -
CMYK 0.14 0.90 0 0.07
HSL 291.03º 0.86% 0.51% -
HSV(B) 291.03º 0.9% 0.93% -
XYZ 40.77 19.71 81.78 -
YUV 101.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 205 23 237 0.14 0.90 0 0.07 291.03 0.86 0.51
Hex CD 17 ED E 5A 0 7 123 56 33
Octal 315 27 355 16 132 0 7 443 126 63
Binary 11001101 10111 11101101 1110 1011010 0 111 100100011 1010110 110011

Color Harmonies of #CD17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17ED

Black with #CD17ED

Text Example


Text Example

White with #CD17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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