Html Css Color HEX #CD19EC Psychedelic Purple

📋 copy color: '#CD19EC'

red 205 ◦ green 25 ◦ blue 236

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

Shades of Psychedelic Purple #CD19EC

Tints of Psychedelic Purple #CD19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.36%

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

R = 43.99%
G = 5.36%
B = 50.64%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD19EC (or 0xCD19EC) is known color: Psychedelic Purple. HEX triplet: CD, 19 and EC. RGB value is (205,25,236). Sum of RGB (Red+Green+Blue) = 205+25+236=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD19EC is #32E613. Grayscale: #666666. Windows color (decimal): -3335700 or 15473101. OLE color: 15473101.

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

Color convert

RGB 205 25 236 -
CMYK 0.13 0.89 0 0.07
HSL 291.18º 0.85% 0.51% -
HSV(B) 291.18º 0.89% 0.93% -
XYZ 40.66 19.73 81.02 -
YUV 102.87 203.13 200.84 -
System Red Green Blue C M Y K H S L
Decimal 205 25 236 0.13 0.89 0 0.07 291.18 0.85 0.51
Hex CD 19 EC D 59 0 7 123 55 33
Octal 315 31 354 15 131 0 7 443 125 63
Binary 11001101 11001 11101100 1101 1011001 0 111 100100011 1010101 110011

Color Harmonies of #CD19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD19EC

Black with #CD19EC

Text Example


Text Example

White with #CD19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD19EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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