Html Css Color HEX #D64CFA Heliotrope

📋 copy color: '#D64CFA'

red 214 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #D64CFA

Tints of Heliotrope #D64CFA

RGB

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

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

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

R = 39.63%
G = 14.07%
B = 46.3%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D64CFA (or 0xD64CFA) is known color: Heliotrope. HEX triplet: D6, 4C and FA. RGB value is (214,76,250). Sum of RGB (Red+Green+Blue) = 214+76+250=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #D64CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CFA is #29B305. Grayscale: #888888. Windows color (decimal): -2732806 or 16403670. OLE color: 16403670.

HSL color Cylindrical-coordinate representation of color #D64CFA: hue angle of 287.59º 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 #D64CFA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 76 250 -
CMYK 0.14 0.70 0 0.02
HSL 287.59º 0.95% 0.64% -
HSV(B) 287.59º 0.7% 0.98% -
XYZ 47.57 26.37 93.02 -
YUV 137.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 214 76 250 0.14 0.70 0 0.02 287.59 0.95 0.64
Hex D6 4C FA E 46 0 2 120 5F 40
Octal 326 114 372 16 106 0 2 440 137 100
Binary 11010110 1001100 11111010 1110 1000110 0 10 100100000 1011111 1000000

Color Harmonies of #D64CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CFA

Black with #D64CFA

Text Example


Text Example

White with #D64CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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