Html Css Color HEX #D90CEB Psychedelic Purple

📋 copy color: '#D90CEB'

red 217 ◦ green 12 ◦ blue 235

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

Shades of Psychedelic Purple #D90CEB

Tints of Psychedelic Purple #D90CEB

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 46.77%
G = 2.59%
B = 50.65%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D90CEB (or 0xD90CEB) is known color: Psychedelic Purple. HEX triplet: D9, 0C and EB. RGB value is (217,12,235). Sum of RGB (Red+Green+Blue) = 217+12+235=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #D90CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CEB is #26F314. Grayscale: #626262. Windows color (decimal): -2552597 or 15404249. OLE color: 15404249.

HSL color Cylindrical-coordinate representation of color #D90CEB: hue angle of 295.16º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CEB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 12 235 -
CMYK 0.08 0.95 0 0.08
HSL 295.16º 0.9% 0.48% -
HSV(B) 295.16º 0.95% 0.92% -
XYZ 43.74 21.01 80.35 -
YUV 98.72 204.92 212.37 -
System Red Green Blue C M Y K H S L
Decimal 217 12 235 0.08 0.95 0 0.08 295.16 0.9 0.48
Hex D9 C EB 8 5F 0 8 127 5A 30
Octal 331 14 353 10 137 0 10 447 132 60
Binary 11011001 1100 11101011 1000 1011111 0 1000 100100111 1011010 110000

Color Harmonies of #D90CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CEB

Black with #D90CEB

Text Example


Text Example

White with #D90CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CEB; }

 p { color: rgb(217,12,235); }

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

background-color css

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

 a { background-color: rgb(217,12,235); }

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

border-color css

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

 span { border-color: rgb(217,12,235); }

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