Html Css Color HEX #D65CFE Heliotrope

📋 copy color: '#D65CFE'

red 214 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #D65CFE

Tints of Heliotrope #D65CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 38.21%
G = 16.43%
B = 45.36%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D65CFE (or 0xD65CFE) is known color: Heliotrope. HEX triplet: D6, 5C and FE. RGB value is (214,92,254). Sum of RGB (Red+Green+Blue) = 214+92+254=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CFE is #29A301. Grayscale: #929292. Windows color (decimal): -2728706 or 16669910. OLE color: 16669910.

HSL color Cylindrical-coordinate representation of color #D65CFE: hue angle of 285.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65CFE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 92 254 -
CMYK 0.16 0.64 0 0.00
HSL 285.19º 0.99% 0.68% -
HSV(B) 285.19º 0.64% 1% -
XYZ 49.45 29.11 96.78 -
YUV 146.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 214 92 254 0.16 0.64 0 0.00 285.19 0.99 0.68
Hex D6 5C FE 10 40 0 0 11D 63 44
Octal 326 134 376 20 100 0 0 435 143 104
Binary 11010110 1011100 11111110 10000 1000000 0 0 100011101 1100011 1000100

Color Harmonies of #D65CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CFE

Black with #D65CFE

Text Example


Text Example

White with #D65CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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