Html Css Color HEX #D37BFC Heliotrope

📋 copy color: '#D37BFC'

red 211 ◦ green 123 ◦ blue 252

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

Shades of Heliotrope #D37BFC

Tints of Heliotrope #D37BFC

RGB

 RED value IS 211 (82.81% from 255) = 36.01%

 GREEN value IS 123 (48.44% from 255) = 20.99%

 BLUE value IS 252 (98.83% from 255) = 43%

R = 36.01%
G = 20.99%
B = 43%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D37BFC (or 0xD37BFC) is known color: Heliotrope. HEX triplet: D3, 7B and FC. RGB value is (211,123,252). Sum of RGB (Red+Green+Blue) = 211+123+252=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #D37BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37BFC is #2C8403. Grayscale: #A3A3A3. Windows color (decimal): -2917380 or 16546771. OLE color: 16546771.

HSL color Cylindrical-coordinate representation of color #D37BFC: hue angle of 280.93º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37BFC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 123 252 -
CMYK 0.16 0.51 0 0.01
HSL 280.93º 0.96% 0.74% -
HSV(B) 280.93º 0.51% 0.99% -
XYZ 51.52 35.04 96.14 -
YUV 164.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 211 123 252 0.16 0.51 0 0.01 280.93 0.96 0.74
Hex D3 7B FC 10 33 0 1 119 60 4A
Octal 323 173 374 20 63 0 1 431 140 112
Binary 11010011 1111011 11111100 10000 110011 0 1 100011001 1100000 1001010

Color Harmonies of #D37BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37BFC

Black with #D37BFC

Text Example


Text Example

White with #D37BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37BFC; }

 p { color: rgb(211,123,252); }

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

background-color css

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

 a { background-color: rgb(211,123,252); }

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

border-color css

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

 span { border-color: rgb(211,123,252); }

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