Html Css Color HEX #D785F2 Heliotrope

📋 copy color: '#D785F2'

red 215 ◦ green 133 ◦ blue 242

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

Shades of Heliotrope #D785F2

Tints of Heliotrope #D785F2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.54%

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

R = 36.44%
G = 22.54%
B = 41.02%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D785F2 (or 0xD785F2) is known color: Heliotrope. HEX triplet: D7, 85 and F2. RGB value is (215,133,242). Sum of RGB (Red+Green+Blue) = 215+133+242=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #D785F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785F2 is #287A0D. Grayscale: #A9A9A9. Windows color (decimal): -2652686 or 15893975. OLE color: 15893975.

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

Color convert

RGB 215 133 242 -
CMYK 0.11 0.45 0 0.05
HSL 285.14º 0.81% 0.74% -
HSV(B) 285.14º 0.45% 0.95% -
XYZ 52.44 37.63 88.5 -
YUV 169.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 215 133 242 0.11 0.45 0 0.05 285.14 0.81 0.74
Hex D7 85 F2 B 2D 0 5 11D 51 4A
Octal 327 205 362 13 55 0 5 435 121 112
Binary 11010111 10000101 11110010 1011 101101 0 101 100011101 1010001 1001010

Color Harmonies of #D785F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785F2

Black with #D785F2

Text Example


Text Example

White with #D785F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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