Html Css Color HEX #D04CFA Heliotrope

📋 copy color: '#D04CFA'

red 208 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #D04CFA

Tints of Heliotrope #D04CFA

RGB

 RED value IS 208 (81.64% from 255) = 38.95%

 GREEN value IS 76 (30.08% from 255) = 14.23%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 38.95%
G = 14.23%
B = 46.82%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D04CFA (or 0xD04CFA) is known color: Heliotrope. HEX triplet: D0, 4C and FA. RGB value is (208,76,250). Sum of RGB (Red+Green+Blue) = 208+76+250=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #D04CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CFA is #2FB305. Grayscale: #868686. Windows color (decimal): -3126022 or 16403664. OLE color: 16403664.

HSL color Cylindrical-coordinate representation of color #D04CFA: hue angle of 285.52º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04CFA is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 76 250 -
CMYK 0.17 0.70 0 0.02
HSL 285.52º 0.95% 0.64% -
HSV(B) 285.52º 0.7% 0.98% -
XYZ 45.85 25.48 92.94 -
YUV 135.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 208 76 250 0.17 0.70 0 0.02 285.52 0.95 0.64
Hex D0 4C FA 11 46 0 2 11E 5F 40
Octal 320 114 372 21 106 0 2 436 137 100
Binary 11010000 1001100 11111010 10001 1000110 0 10 100011110 1011111 1000000

Color Harmonies of #D04CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CFA

Black with #D04CFA

Text Example


Text Example

White with #D04CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CFA; }

 p { color: rgb(208,76,250); }

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

background-color css

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

 a { background-color: rgb(208,76,250); }

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

border-color css

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

 span { border-color: rgb(208,76,250); }

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