Html Css Color HEX #D05CFB Heliotrope

📋 copy color: '#D05CFB'

red 208 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D05CFB

Tints of Heliotrope #D05CFB

RGB

 RED value IS 208 (81.64% from 255) = 37.75%

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

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

R = 37.75%
G = 16.7%
B = 45.55%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D05CFB (or 0xD05CFB) is known color: Heliotrope. HEX triplet: D0, 5C and FB. RGB value is (208,92,251). Sum of RGB (Red+Green+Blue) = 208+92+251=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #D05CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CFB is #2FA304. Grayscale: #909090. Windows color (decimal): -3121925 or 16473296. OLE color: 16473296.

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

Color convert

RGB 208 92 251 -
CMYK 0.17 0.63 0 0.02
HSL 283.77º 0.95% 0.67% -
HSV(B) 283.77º 0.63% 0.98% -
XYZ 47.25 28.03 94.19 -
YUV 144.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 208 92 251 0.17 0.63 0 0.02 283.77 0.95 0.67
Hex D0 5C FB 11 3F 0 2 11C 5F 43
Octal 320 134 373 21 77 0 2 434 137 103
Binary 11010000 1011100 11111011 10001 111111 0 10 100011100 1011111 1000011

Color Harmonies of #D05CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CFB

Black with #D05CFB

Text Example


Text Example

White with #D05CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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