Html Css Color HEX #D50CED Psychedelic Purple

📋 copy color: '#D50CED'

red 213 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #D50CED

Tints of Psychedelic Purple #D50CED

RGB

 RED value IS 213 (83.59% from 255) = 46.1%

 GREEN value IS 12 (5.08% from 255) = 2.6%

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

R = 46.1%
G = 2.6%
B = 51.3%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D50CED (or 0xD50CED) is known color: Psychedelic Purple. HEX triplet: D5, 0C and ED. RGB value is (213,12,237). Sum of RGB (Red+Green+Blue) = 213+12+237=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #D50CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50CED is #2AF312. Grayscale: #616161. Windows color (decimal): -2814739 or 15535317. OLE color: 15535317.

HSL color Cylindrical-coordinate representation of color #D50CED: hue angle of 293.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CED is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 12 237 -
CMYK 0.10 0.95 0 0.07
HSL 293.6º 0.9% 0.49% -
HSV(B) 293.6º 0.95% 0.93% -
XYZ 42.86 20.52 81.82 -
YUV 97.75 206.59 210.2 -
System Red Green Blue C M Y K H S L
Decimal 213 12 237 0.10 0.95 0 0.07 293.6 0.9 0.49
Hex D5 C ED A 5F 0 7 126 5A 31
Octal 325 14 355 12 137 0 7 446 132 61
Binary 11010101 1100 11101101 1010 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D50CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CED

Black with #D50CED

Text Example


Text Example

White with #D50CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CED; }

 p { color: rgb(213,12,237); }

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

background-color css

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

 a { background-color: rgb(213,12,237); }

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

border-color css

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

 span { border-color: rgb(213,12,237); }

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