Html Css Color HEX #D463FC Heliotrope

📋 copy color: '#D463FC'

red 212 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #D463FC

Tints of Heliotrope #D463FC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.58%

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

R = 37.66%
G = 17.58%
B = 44.76%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D463FC (or 0xD463FC) is known color: Heliotrope. HEX triplet: D4, 63 and FC. RGB value is (212,99,252). Sum of RGB (Red+Green+Blue) = 212+99+252=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #D463FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D463FC is #2B9C03. Grayscale: #959595. Windows color (decimal): -2857988 or 16540628. OLE color: 16540628.

HSL color Cylindrical-coordinate representation of color #D463FC: hue angle of 284.31º 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 #D463FC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 99 252 -
CMYK 0.16 0.61 0 0.01
HSL 284.31º 0.96% 0.69% -
HSV(B) 284.31º 0.61% 0.99% -
XYZ 49.18 29.95 95.28 -
YUV 150.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 212 99 252 0.16 0.61 0 0.01 284.31 0.96 0.69
Hex D4 63 FC 10 3D 0 1 11C 60 45
Octal 324 143 374 20 75 0 1 434 140 105
Binary 11010100 1100011 11111100 10000 111101 0 1 100011100 1100000 1000101

Color Harmonies of #D463FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463FC

Black with #D463FC

Text Example


Text Example

White with #D463FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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