Html Css Color HEX #D762FC Heliotrope

📋 copy color: '#D762FC'

red 215 ◦ green 98 ◦ blue 252

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

Shades of Heliotrope #D762FC

Tints of Heliotrope #D762FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.35%

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

R = 38.05%
G = 17.35%
B = 44.6%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D762FC (or 0xD762FC) is known color: Heliotrope. HEX triplet: D7, 62 and FC. RGB value is (215,98,252). Sum of RGB (Red+Green+Blue) = 215+98+252=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 98 (38.67% from 255 or 17.35% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D762FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762FC is #289D03. Grayscale: #969696. Windows color (decimal): -2661636 or 16540375. OLE color: 16540375.

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

Color convert

RGB 215 98 252 -
CMYK 0.15 0.61 0 0.01
HSL 285.58º 0.96% 0.69% -
HSV(B) 285.58º 0.61% 0.99% -
XYZ 49.96 30.21 95.29 -
YUV 150.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 215 98 252 0.15 0.61 0 0.01 285.58 0.96 0.69
Hex D7 62 FC F 3D 0 1 11E 60 45
Octal 327 142 374 17 75 0 1 436 140 105
Binary 11010111 1100010 11111100 1111 111101 0 1 100011110 1100000 1000101

Color Harmonies of #D762FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762FC

Black with #D762FC

Text Example


Text Example

White with #D762FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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