Html Css Color HEX #D70CF6 Psychedelic Purple

📋 copy color: '#D70CF6'

red 215 ◦ green 12 ◦ blue 246

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

Shades of Psychedelic Purple #D70CF6

Tints of Psychedelic Purple #D70CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.01%

R = 45.45%
G = 2.54%
B = 52.01%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D70CF6 (or 0xD70CF6) is known color: Psychedelic Purple. HEX triplet: D7, 0C and F6. RGB value is (215,12,246). Sum of RGB (Red+Green+Blue) = 215+12+246=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #D70CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70CF6 is #28F309. Grayscale: #626262. Windows color (decimal): -2683658 or 16125143. OLE color: 16125143.

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

Color convert

RGB 215 12 246 -
CMYK 0.13 0.95 0 0.04
HSL 292.05º 0.93% 0.51% -
HSV(B) 292.05º 0.95% 0.96% -
XYZ 44.79 21.36 88.95 -
YUV 99.37 210.75 210.47 -
System Red Green Blue C M Y K H S L
Decimal 215 12 246 0.13 0.95 0 0.04 292.05 0.93 0.51
Hex D7 C F6 D 5F 0 4 124 5D 33
Octal 327 14 366 15 137 0 4 444 135 63
Binary 11010111 1100 11110110 1101 1011111 0 100 100100100 1011101 110011

Color Harmonies of #D70CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CF6

Black with #D70CF6

Text Example


Text Example

White with #D70CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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