Html Css Color HEX #D65AFC Heliotrope

📋 copy color: '#D65AFC'

red 214 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #D65AFC

Tints of Heliotrope #D65AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.19%

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

R = 38.49%
G = 16.19%
B = 45.32%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D65AFC (or 0xD65AFC) is known color: Heliotrope. HEX triplet: D6, 5A and FC. RGB value is (214,90,252). Sum of RGB (Red+Green+Blue) = 214+90+252=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #D65AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AFC is #29A503. Grayscale: #919191. Windows color (decimal): -2729220 or 16538326. OLE color: 16538326.

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

Color convert

RGB 214 90 252 -
CMYK 0.15 0.64 0 0.01
HSL 285.93º 0.96% 0.67% -
HSV(B) 285.93º 0.64% 0.99% -
XYZ 48.96 28.64 95.04 -
YUV 145.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 214 90 252 0.15 0.64 0 0.01 285.93 0.96 0.67
Hex D6 5A FC F 40 0 1 11E 60 43
Octal 326 132 374 17 100 0 1 436 140 103
Binary 11010110 1011010 11111100 1111 1000000 0 1 100011110 1100000 1000011

Color Harmonies of #D65AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AFC

Black with #D65AFC

Text Example


Text Example

White with #D65AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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