Html Css Color HEX #D65BFB Heliotrope

📋 copy color: '#D65BFB'

red 214 ◦ green 91 ◦ blue 251

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

Shades of Heliotrope #D65BFB

Tints of Heliotrope #D65BFB

RGB

 RED value IS 214 (83.98% from 255) = 38.49%

 GREEN value IS 91 (35.94% from 255) = 16.37%

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 38.49%
G = 16.37%
B = 45.14%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D65BFB (or 0xD65BFB) is known color: Heliotrope. HEX triplet: D6, 5B and FB. RGB value is (214,91,251). Sum of RGB (Red+Green+Blue) = 214+91+251=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #D65BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BFB is #29A404. Grayscale: #919191. Windows color (decimal): -2728965 or 16473046. OLE color: 16473046.

HSL color Cylindrical-coordinate representation of color #D65BFB: hue angle of 286.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65BFB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 91 251 -
CMYK 0.15 0.64 0 0.02
HSL 286.13º 0.95% 0.67% -
HSV(B) 286.13º 0.64% 0.98% -
XYZ 48.89 28.74 94.24 -
YUV 146.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 214 91 251 0.15 0.64 0 0.02 286.13 0.95 0.67
Hex D6 5B FB F 40 0 2 11E 5F 43
Octal 326 133 373 17 100 0 2 436 137 103
Binary 11010110 1011011 11111011 1111 1000000 0 10 100011110 1011111 1000011

Color Harmonies of #D65BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65BFB

Black with #D65BFB

Text Example


Text Example

White with #D65BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65BFB; }

 p { color: rgb(214,91,251); }

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

background-color css

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

 a { background-color: rgb(214,91,251); }

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

border-color css

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

 span { border-color: rgb(214,91,251); }

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