Html Css Color HEX #CD21EC Psychedelic Purple

📋 copy color: '#CD21EC'

red 205 ◦ green 33 ◦ blue 236

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

Shades of Psychedelic Purple #CD21EC

Tints of Psychedelic Purple #CD21EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.96%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 43.25%
G = 6.96%
B = 49.79%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD21EC (or 0xCD21EC) is known color: Psychedelic Purple. HEX triplet: CD, 21 and EC. RGB value is (205,33,236). Sum of RGB (Red+Green+Blue) = 205+33+236=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD21EC is #32DE13. Grayscale: #6A6A6A. Windows color (decimal): -3333652 or 15475149. OLE color: 15475149.

HSL color Cylindrical-coordinate representation of color #CD21EC: hue angle of 290.84º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD21EC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 33 236 -
CMYK 0.13 0.86 0 0.07
HSL 290.84º 0.84% 0.53% -
HSV(B) 290.84º 0.86% 0.93% -
XYZ 40.86 20.12 81.09 -
YUV 107.57 200.48 197.49 -
System Red Green Blue C M Y K H S L
Decimal 205 33 236 0.13 0.86 0 0.07 290.84 0.84 0.53
Hex CD 21 EC D 56 0 7 123 54 35
Octal 315 41 354 15 126 0 7 443 124 65
Binary 11001101 100001 11101100 1101 1010110 0 111 100100011 1010100 110101

Color Harmonies of #CD21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD21EC

Black with #CD21EC

Text Example


Text Example

White with #CD21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD21EC; }

 p { color: rgb(205,33,236); }

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

background-color css

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

 a { background-color: rgb(205,33,236); }

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

border-color css

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

 span { border-color: rgb(205,33,236); }

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