Html Css Color HEX #D66BFD Heliotrope

📋 copy color: '#D66BFD'

red 214 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #D66BFD

Tints of Heliotrope #D66BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 37.28%
G = 18.64%
B = 44.08%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D66BFD (or 0xD66BFD) is known color: Heliotrope. HEX triplet: D6, 6B and FD. RGB value is (214,107,253). Sum of RGB (Red+Green+Blue) = 214+107+253=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #D66BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BFD is #299402. Grayscale: #9B9B9B. Windows color (decimal): -2724867 or 16608214. OLE color: 16608214.

HSL color Cylindrical-coordinate representation of color #D66BFD: hue angle of 283.97º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66BFD is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 107 253 -
CMYK 0.15 0.58 0 0.01
HSL 283.97º 0.97% 0.71% -
HSV(B) 283.97º 0.58% 0.99% -
XYZ 50.72 31.9 96.41 -
YUV 155.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 214 107 253 0.15 0.58 0 0.01 283.97 0.97 0.71
Hex D6 6B FD F 3A 0 1 11C 61 47
Octal 326 153 375 17 72 0 1 434 141 107
Binary 11010110 1101011 11111101 1111 111010 0 1 100011100 1100001 1000111

Color Harmonies of #D66BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BFD

Black with #D66BFD

Text Example


Text Example

White with #D66BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BFD; }

 p { color: rgb(214,107,253); }

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

background-color css

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

 a { background-color: rgb(214,107,253); }

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

border-color css

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

 span { border-color: rgb(214,107,253); }

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