Html Css Color HEX #D70CEB Psychedelic Purple

📋 copy color: '#D70CEB'

red 215 ◦ green 12 ◦ blue 235

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

Shades of Psychedelic Purple #D70CEB

Tints of Psychedelic Purple #D70CEB

RGB

 RED value IS 215 (84.38% from 255) = 46.54%

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

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

R = 46.54%
G = 2.6%
B = 50.87%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D70CEB (or 0xD70CEB) is known color: Psychedelic Purple. HEX triplet: D7, 0C and EB. RGB value is (215,12,235). Sum of RGB (Red+Green+Blue) = 215+12+235=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #D70CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70CEB is #28F314. Grayscale: #616161. Windows color (decimal): -2683669 or 15404247. OLE color: 15404247.

HSL color Cylindrical-coordinate representation of color #D70CEB: hue angle of 294.62º 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 #D70CEB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 12 235 -
CMYK 0.09 0.95 0 0.08
HSL 294.62º 0.9% 0.48% -
HSV(B) 294.62º 0.95% 0.92% -
XYZ 43.15 20.71 80.32 -
YUV 98.12 205.25 211.37 -
System Red Green Blue C M Y K H S L
Decimal 215 12 235 0.09 0.95 0 0.08 294.62 0.9 0.48
Hex D7 C EB 9 5F 0 8 127 5A 30
Octal 327 14 353 11 137 0 10 447 132 60
Binary 11010111 1100 11101011 1001 1011111 0 1000 100100111 1011010 110000

Color Harmonies of #D70CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CEB

Black with #D70CEB

Text Example


Text Example

White with #D70CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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