Html Css Color HEX #D35CFC Heliotrope

📋 copy color: '#D35CFC'

red 211 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #D35CFC

Tints of Heliotrope #D35CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 38.02%
G = 16.58%
B = 45.41%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D35CFC (or 0xD35CFC) is known color: Heliotrope. HEX triplet: D3, 5C and FC. RGB value is (211,92,252). Sum of RGB (Red+Green+Blue) = 211+92+252=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #D35CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35CFC is #2CA303. Grayscale: #919191. Windows color (decimal): -2925316 or 16538835. OLE color: 16538835.

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

Color convert

RGB 211 92 252 -
CMYK 0.16 0.63 0 0.01
HSL 284.63º 0.96% 0.67% -
HSV(B) 284.63º 0.63% 0.99% -
XYZ 48.26 28.53 95.06 -
YUV 145.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 211 92 252 0.16 0.63 0 0.01 284.63 0.96 0.67
Hex D3 5C FC 10 3F 0 1 11D 60 43
Octal 323 134 374 20 77 0 1 435 140 103
Binary 11010011 1011100 11111100 10000 111111 0 1 100011101 1100000 1000011

Color Harmonies of #D35CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35CFC

Black with #D35CFC

Text Example


Text Example

White with #D35CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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