Html Css Color HEX #D35CFE Heliotrope

📋 copy color: '#D35CFE'

red 211 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #D35CFE

Tints of Heliotrope #D35CFE

RGB

 RED value IS 211 (82.81% from 255) = 37.88%

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

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

R = 37.88%
G = 16.52%
B = 45.6%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D35CFE (or 0xD35CFE) is known color: Heliotrope. HEX triplet: D3, 5C and FE. RGB value is (211,92,254). Sum of RGB (Red+Green+Blue) = 211+92+254=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #D35CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35CFE is #2CA301. Grayscale: #919191. Windows color (decimal): -2925314 or 16669907. OLE color: 16669907.

HSL color Cylindrical-coordinate representation of color #D35CFE: hue angle of 284.07º 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 #D35CFE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 92 254 -
CMYK 0.17 0.64 0 0.00
HSL 284.07º 0.99% 0.68% -
HSV(B) 284.07º 0.64% 1% -
XYZ 48.58 28.66 96.74 -
YUV 146.05 188.92 174.33 -
System Red Green Blue C M Y K H S L
Decimal 211 92 254 0.17 0.64 0 0.00 284.07 0.99 0.68
Hex D3 5C FE 11 40 0 0 11C 63 44
Octal 323 134 376 21 100 0 0 434 143 104
Binary 11010011 1011100 11111110 10001 1000000 0 0 100011100 1100011 1000100

Color Harmonies of #D35CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35CFE

Black with #D35CFE

Text Example


Text Example

White with #D35CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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