Html Css Color HEX #D56BF0 Heliotrope

📋 copy color: '#D56BF0'

red 213 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #D56BF0

Tints of Heliotrope #D56BF0

RGB

 RED value IS 213 (83.59% from 255) = 38.04%

 GREEN value IS 107 (42.19% from 255) = 19.11%

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 38.04%
G = 19.11%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D56BF0 (or 0xD56BF0) is known color: Heliotrope. HEX triplet: D5, 6B and F0. RGB value is (213,107,240). Sum of RGB (Red+Green+Blue) = 213+107+240=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #D56BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56BF0 is #2A940F. Grayscale: #999999. Windows color (decimal): -2790416 or 15756245. OLE color: 15756245.

HSL color Cylindrical-coordinate representation of color #D56BF0: hue angle of 287.82º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56BF0 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 107 240 -
CMYK 0.11 0.55 0 0.06
HSL 287.82º 0.82% 0.68% -
HSV(B) 287.82º 0.55% 0.94% -
XYZ 48.43 30.95 85.86 -
YUV 153.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 213 107 240 0.11 0.55 0 0.06 287.82 0.82 0.68
Hex D5 6B F0 B 37 0 6 120 52 44
Octal 325 153 360 13 67 0 6 440 122 104
Binary 11010101 1101011 11110000 1011 110111 0 110 100100000 1010010 1000100

Color Harmonies of #D56BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56BF0

Black with #D56BF0

Text Example


Text Example

White with #D56BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56BF0; }

 p { color: rgb(213,107,240); }

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

background-color css

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

 a { background-color: rgb(213,107,240); }

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

border-color css

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

 span { border-color: rgb(213,107,240); }

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