Html Css Color HEX #D66CFD Heliotrope

📋 copy color: '#D66CFD'

red 214 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #D66CFD

Tints of Heliotrope #D66CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.78%

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

R = 37.22%
G = 18.78%
B = 44%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D66CFD (or 0xD66CFD) is known color: Heliotrope. HEX triplet: D6, 6C and FD. RGB value is (214,108,253). Sum of RGB (Red+Green+Blue) = 214+108+253=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #D66CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CFD is #299302. Grayscale: #9B9B9B. Windows color (decimal): -2724611 or 16608470. OLE color: 16608470.

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

Color convert

RGB 214 108 253 -
CMYK 0.15 0.57 0 0.01
HSL 283.86º 0.97% 0.71% -
HSV(B) 283.86º 0.57% 0.99% -
XYZ 50.82 32.11 96.45 -
YUV 156.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 214 108 253 0.15 0.57 0 0.01 283.86 0.97 0.71
Hex D6 6C FD F 39 0 1 11C 61 47
Octal 326 154 375 17 71 0 1 434 141 107
Binary 11010110 1101100 11111101 1111 111001 0 1 100011100 1100001 1000111

Color Harmonies of #D66CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CFD

Black with #D66CFD

Text Example


Text Example

White with #D66CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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