Html Css Color HEX #D65CF6 Heliotrope

📋 copy color: '#D65CF6'

red 214 ◦ green 92 ◦ blue 246

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

Shades of Heliotrope #D65CF6

Tints of Heliotrope #D65CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.67%

 BLUE value IS 246 (96.48% from 255) = 44.57%

R = 38.77%
G = 16.67%
B = 44.57%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D65CF6 (or 0xD65CF6) is known color: Heliotrope. HEX triplet: D6, 5C and F6. RGB value is (214,92,246). Sum of RGB (Red+Green+Blue) = 214+92+246=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #D65CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CF6 is #29A309. Grayscale: #919191. Windows color (decimal): -2728714 or 16145622. OLE color: 16145622.

HSL color Cylindrical-coordinate representation of color #D65CF6: hue angle of 287.53º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65CF6 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 92 246 -
CMYK 0.13 0.63 0 0.04
HSL 287.53º 0.9% 0.66% -
HSV(B) 287.53º 0.63% 0.96% -
XYZ 48.19 28.6 90.17 -
YUV 146.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 214 92 246 0.13 0.63 0 0.04 287.53 0.9 0.66
Hex D6 5C F6 D 3F 0 4 120 5A 42
Octal 326 134 366 15 77 0 4 440 132 102
Binary 11010110 1011100 11110110 1101 111111 0 100 100100000 1011010 1000010

Color Harmonies of #D65CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CF6

Black with #D65CF6

Text Example


Text Example

White with #D65CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CF6; }

 p { color: rgb(214,92,246); }

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

background-color css

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

 a { background-color: rgb(214,92,246); }

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

border-color css

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

 span { border-color: rgb(214,92,246); }

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