Html Css Color HEX #DF82FC Heliotrope

📋 copy color: '#DF82FC'

red 223 ◦ green 130 ◦ blue 252

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

Shades of Heliotrope #DF82FC

Tints of Heliotrope #DF82FC

RGB

 RED value IS 223 (87.5% from 255) = 36.86%

 GREEN value IS 130 (51.17% from 255) = 21.49%

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

R = 36.86%
G = 21.49%
B = 41.65%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF82FC (or 0xDF82FC) is known color: Heliotrope. HEX triplet: DF, 82 and FC. RGB value is (223,130,252). Sum of RGB (Red+Green+Blue) = 223+130+252=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF82FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF82FC is #207D03. Grayscale: #ABABAB. Windows color (decimal): -2129156 or 16548575. OLE color: 16548575.

HSL color Cylindrical-coordinate representation of color #DF82FC: hue angle of 285.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF82FC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 130 252 -
CMYK 0.12 0.48 0 0.01
HSL 285.74º 0.95% 0.75% -
HSV(B) 285.74º 0.48% 0.99% -
XYZ 55.98 38.68 96.61 -
YUV 171.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 223 130 252 0.12 0.48 0 0.01 285.74 0.95 0.75
Hex DF 82 FC C 30 0 1 11E 5F 4B
Octal 337 202 374 14 60 0 1 436 137 113
Binary 11011111 10000010 11111100 1100 110000 0 1 100011110 1011111 1001011

Color Harmonies of #DF82FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82FC

Black with #DF82FC

Text Example


Text Example

White with #DF82FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82FC; }

 p { color: rgb(223,130,252); }

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

background-color css

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

 a { background-color: rgb(223,130,252); }

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

border-color css

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

 span { border-color: rgb(223,130,252); }

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