Html Css Color HEX #D788F2 Heliotrope

📋 copy color: '#D788F2'

red 215 ◦ green 136 ◦ blue 242

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

Shades of Heliotrope #D788F2

Tints of Heliotrope #D788F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.93%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 36.26%
G = 22.93%
B = 40.81%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D788F2 (or 0xD788F2) is known color: Heliotrope. HEX triplet: D7, 88 and F2. RGB value is (215,136,242). Sum of RGB (Red+Green+Blue) = 215+136+242=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #D788F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D788F2 is #28770D. Grayscale: #ABABAB. Windows color (decimal): -2651918 or 15894743. OLE color: 15894743.

HSL color Cylindrical-coordinate representation of color #D788F2: hue angle of 284.72º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D788F2 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 136 242 -
CMYK 0.11 0.44 0 0.05
HSL 284.72º 0.8% 0.74% -
HSV(B) 284.72º 0.44% 0.95% -
XYZ 52.86 38.47 88.64 -
YUV 171.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 215 136 242 0.11 0.44 0 0.05 284.72 0.8 0.74
Hex D7 88 F2 B 2C 0 5 11D 50 4A
Octal 327 210 362 13 54 0 5 435 120 112
Binary 11010111 10001000 11110010 1011 101100 0 101 100011101 1010000 1001010

Color Harmonies of #D788F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788F2

Black with #D788F2

Text Example


Text Example

White with #D788F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788F2; }

 p { color: rgb(215,136,242); }

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

background-color css

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

 a { background-color: rgb(215,136,242); }

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

border-color css

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

 span { border-color: rgb(215,136,242); }

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