Html Css Color HEX #D05CEF Heliotrope

📋 copy color: '#D05CEF'

red 208 ◦ green 92 ◦ blue 239

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

Shades of Heliotrope #D05CEF

Tints of Heliotrope #D05CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 38.59%
G = 17.07%
B = 44.34%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D05CEF (or 0xD05CEF) is known color: Heliotrope. HEX triplet: D0, 5C and EF. RGB value is (208,92,239). Sum of RGB (Red+Green+Blue) = 208+92+239=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #D05CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CEF is #2FA310. Grayscale: #8E8E8E. Windows color (decimal): -3121937 or 15686864. OLE color: 15686864.

HSL color Cylindrical-coordinate representation of color #D05CEF: hue angle of 287.35º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05CEF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 92 239 -
CMYK 0.13 0.62 0 0.06
HSL 287.35º 0.82% 0.65% -
HSV(B) 287.35º 0.62% 0.94% -
XYZ 45.42 27.3 84.54 -
YUV 143.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 208 92 239 0.13 0.62 0 0.06 287.35 0.82 0.65
Hex D0 5C EF D 3E 0 6 11F 52 41
Octal 320 134 357 15 76 0 6 437 122 101
Binary 11010000 1011100 11101111 1101 111110 0 110 100011111 1010010 1000001

Color Harmonies of #D05CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CEF

Black with #D05CEF

Text Example


Text Example

White with #D05CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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