Html Css Color HEX #D761FC Heliotrope

📋 copy color: '#D761FC'

red 215 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #D761FC

Tints of Heliotrope #D761FC

RGB

 RED value IS 215 (84.38% from 255) = 38.12%

 GREEN value IS 97 (38.28% from 255) = 17.2%

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

R = 38.12%
G = 17.2%
B = 44.68%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D761FC (or 0xD761FC) is known color: Heliotrope. HEX triplet: D7, 61 and FC. RGB value is (215,97,252). Sum of RGB (Red+Green+Blue) = 215+97+252=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #D761FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D761FC is #289E03. Grayscale: #959595. Windows color (decimal): -2661892 or 16540119. OLE color: 16540119.

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

Color convert

RGB 215 97 252 -
CMYK 0.15 0.62 0 0.01
HSL 285.68º 0.96% 0.68% -
HSV(B) 285.68º 0.62% 0.99% -
XYZ 49.87 30.02 95.26 -
YUV 149.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 215 97 252 0.15 0.62 0 0.01 285.68 0.96 0.68
Hex D7 61 FC F 3E 0 1 11E 60 44
Octal 327 141 374 17 76 0 1 436 140 104
Binary 11010111 1100001 11111100 1111 111110 0 1 100011110 1100000 1000100

Color Harmonies of #D761FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761FC

Black with #D761FC

Text Example


Text Example

White with #D761FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761FC; }

 p { color: rgb(215,97,252); }

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

background-color css

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

 a { background-color: rgb(215,97,252); }

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

border-color css

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

 span { border-color: rgb(215,97,252); }

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