Html Css Color HEX #D70CED Psychedelic Purple

📋 copy color: '#D70CED'

red 215 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #D70CED

Tints of Psychedelic Purple #D70CED

RGB

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

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

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

R = 46.34%
G = 2.59%
B = 51.08%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D70CED (or 0xD70CED) is known color: Psychedelic Purple. HEX triplet: D7, 0C and ED. RGB value is (215,12,237). Sum of RGB (Red+Green+Blue) = 215+12+237=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #D70CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70CED is #28F312. Grayscale: #616161. Windows color (decimal): -2683667 or 15535319. OLE color: 15535319.

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

Color convert

RGB 215 12 237 -
CMYK 0.09 0.95 0 0.07
HSL 294.13º 0.9% 0.49% -
HSV(B) 294.13º 0.95% 0.93% -
XYZ 43.44 20.82 81.85 -
YUV 98.35 206.25 211.2 -
System Red Green Blue C M Y K H S L
Decimal 215 12 237 0.09 0.95 0 0.07 294.13 0.9 0.49
Hex D7 C ED 9 5F 0 7 126 5A 31
Octal 327 14 355 11 137 0 7 446 132 61
Binary 11010111 1100 11101101 1001 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D70CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CED

Black with #D70CED

Text Example


Text Example

White with #D70CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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