Html Css Color HEX #D653FC Heliotrope

📋 copy color: '#D653FC'

red 214 ◦ green 83 ◦ blue 252

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

Shades of Heliotrope #D653FC

Tints of Heliotrope #D653FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.12%

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

R = 38.98%
G = 15.12%
B = 45.9%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D653FC (or 0xD653FC) is known color: Heliotrope. HEX triplet: D6, 53 and FC. RGB value is (214,83,252). Sum of RGB (Red+Green+Blue) = 214+83+252=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #D653FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D653FC is #29AC03. Grayscale: #8C8C8C. Windows color (decimal): -2731012 or 16536534. OLE color: 16536534.

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

Color convert

RGB 214 83 252 -
CMYK 0.15 0.67 0 0.01
HSL 286.51º 0.97% 0.66% -
HSV(B) 286.51º 0.67% 0.99% -
XYZ 48.4 27.51 94.85 -
YUV 141.44 190.4 179.76 -
System Red Green Blue C M Y K H S L
Decimal 214 83 252 0.15 0.67 0 0.01 286.51 0.97 0.66
Hex D6 53 FC F 43 0 1 11F 61 42
Octal 326 123 374 17 103 0 1 437 141 102
Binary 11010110 1010011 11111100 1111 1000011 0 1 100011111 1100001 1000010

Color Harmonies of #D653FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653FC

Black with #D653FC

Text Example


Text Example

White with #D653FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653FC; }

 p { color: rgb(214,83,252); }

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

background-color css

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

 a { background-color: rgb(214,83,252); }

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

border-color css

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

 span { border-color: rgb(214,83,252); }

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