Html Css Color HEX #D465FC Heliotrope

📋 copy color: '#D465FC'

red 212 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #D465FC

Tints of Heliotrope #D465FC

RGB

 RED value IS 212 (83.2% from 255) = 37.52%

 GREEN value IS 101 (39.84% from 255) = 17.88%

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

R = 37.52%
G = 17.88%
B = 44.6%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D465FC (or 0xD465FC) is known color: Heliotrope. HEX triplet: D4, 65 and FC. RGB value is (212,101,252). Sum of RGB (Red+Green+Blue) = 212+101+252=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 101 (39.84% from 255 or 17.88% 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 #D465FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465FC is #2B9A03. Grayscale: #969696. Windows color (decimal): -2857476 or 16541140. OLE color: 16541140.

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

Color convert

RGB 212 101 252 -
CMYK 0.16 0.60 0 0.01
HSL 284.11º 0.96% 0.69% -
HSV(B) 284.11º 0.6% 0.99% -
XYZ 49.38 30.33 95.35 -
YUV 151.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 212 101 252 0.16 0.60 0 0.01 284.11 0.96 0.69
Hex D4 65 FC 10 3C 0 1 11C 60 45
Octal 324 145 374 20 74 0 1 434 140 105
Binary 11010100 1100101 11111100 10000 111100 0 1 100011100 1100000 1000101

Color Harmonies of #D465FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465FC

Black with #D465FC

Text Example


Text Example

White with #D465FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465FC; }

 p { color: rgb(212,101,252); }

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

background-color css

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

 a { background-color: rgb(212,101,252); }

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

border-color css

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

 span { border-color: rgb(212,101,252); }

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