Html Css Color HEX #D35CFB Heliotrope

📋 copy color: '#D35CFB'

red 211 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D35CFB

Tints of Heliotrope #D35CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 38.09%
G = 16.61%
B = 45.31%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D35CFB (or 0xD35CFB) is known color: Heliotrope. HEX triplet: D3, 5C and FB. RGB value is (211,92,251). Sum of RGB (Red+Green+Blue) = 211+92+251=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #D35CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35CFB is #2CA304. Grayscale: #919191. Windows color (decimal): -2925317 or 16473299. OLE color: 16473299.

HSL color Cylindrical-coordinate representation of color #D35CFB: hue angle of 284.91º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D35CFB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 92 251 -
CMYK 0.16 0.63 0 0.02
HSL 284.91º 0.95% 0.67% -
HSV(B) 284.91º 0.63% 0.98% -
XYZ 48.1 28.47 94.23 -
YUV 145.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 211 92 251 0.16 0.63 0 0.02 284.91 0.95 0.67
Hex D3 5C FB 10 3F 0 2 11D 5F 43
Octal 323 134 373 20 77 0 2 435 137 103
Binary 11010011 1011100 11111011 10000 111111 0 10 100011101 1011111 1000011

Color Harmonies of #D35CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35CFB

Black with #D35CFB

Text Example


Text Example

White with #D35CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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