Html Css Color HEX #D35CFA Heliotrope

📋 copy color: '#D35CFA'

red 211 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #D35CFA

Tints of Heliotrope #D35CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 38.16%
G = 16.64%
B = 45.21%

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

#D35CFA (or 0xD35CFA) is known color: Heliotrope. HEX triplet: D3, 5C and FA. RGB value is (211,92,250). Sum of RGB (Red+Green+Blue) = 211+92+250=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #D35CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35CFA is #2CA305. Grayscale: #919191. Windows color (decimal): -2925318 or 16407763. OLE color: 16407763.

HSL color Cylindrical-coordinate representation of color #D35CFA: hue angle of 285.19º degrees, saturation: 0.94, 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 #D35CFA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 92 250 -
CMYK 0.16 0.63 0 0.02
HSL 285.19º 0.94% 0.67% -
HSV(B) 285.19º 0.63% 0.98% -
XYZ 47.95 28.41 93.4 -
YUV 145.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 211 92 250 0.16 0.63 0 0.02 285.19 0.94 0.67
Hex D3 5C FA 10 3F 0 2 11D 5E 43
Octal 323 134 372 20 77 0 2 435 136 103
Binary 11010011 1011100 11111010 10000 111111 0 10 100011101 1011110 1000011

Color Harmonies of #D35CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35CFA

Black with #D35CFA

Text Example


Text Example

White with #D35CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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