Html Css Color HEX #CD18EE Psychedelic Purple

📋 copy color: '#CD18EE'

red 205 ◦ green 24 ◦ blue 238

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

Shades of Psychedelic Purple #CD18EE

Tints of Psychedelic Purple #CD18EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.14%

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 43.9%
G = 5.14%
B = 50.96%

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

#CD18EE (or 0xCD18EE) is known color: Psychedelic Purple. HEX triplet: CD, 18 and EE. RGB value is (205,24,238). Sum of RGB (Red+Green+Blue) = 205+24+238=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD18EE is #32E711. Grayscale: #656565. Windows color (decimal): -3335954 or 15603917. OLE color: 15603917.

HSL color Cylindrical-coordinate representation of color #CD18EE: hue angle of 290.75º 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 #CD18EE is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 24 238 -
CMYK 0.14 0.90 0 0.07
HSL 290.75º 0.86% 0.51% -
HSV(B) 290.75º 0.9% 0.93% -
XYZ 40.94 19.81 82.55 -
YUV 102.52 204.47 201.1 -
System Red Green Blue C M Y K H S L
Decimal 205 24 238 0.14 0.90 0 0.07 290.75 0.86 0.51
Hex CD 18 EE E 5A 0 7 123 56 33
Octal 315 30 356 16 132 0 7 443 126 63
Binary 11001101 11000 11101110 1110 1011010 0 111 100100011 1010110 110011

Color Harmonies of #CD18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD18EE

Black with #CD18EE

Text Example


Text Example

White with #CD18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD18EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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