Html Css Color HEX #D075EF Heliotrope

📋 copy color: '#D075EF'

red 208 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #D075EF

Tints of Heliotrope #D075EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.74%

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

R = 36.88%
G = 20.74%
B = 42.38%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D075EF (or 0xD075EF) is known color: Heliotrope. HEX triplet: D0, 75 and EF. RGB value is (208,117,239). Sum of RGB (Red+Green+Blue) = 208+117+239=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #D075EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075EF is #2F8A10. Grayscale: #9D9D9D. Windows color (decimal): -3115537 or 15693264. OLE color: 15693264.

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

Color convert

RGB 208 117 239 -
CMYK 0.13 0.51 0 0.06
HSL 284.75º 0.79% 0.7% -
HSV(B) 284.75º 0.51% 0.94% -
XYZ 47.95 32.36 85.38 -
YUV 158.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 208 117 239 0.13 0.51 0 0.06 284.75 0.79 0.7
Hex D0 75 EF D 33 0 6 11D 4F 46
Octal 320 165 357 15 63 0 6 435 117 106
Binary 11010000 1110101 11101111 1101 110011 0 110 100011101 1001111 1000110

Color Harmonies of #D075EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075EF

Black with #D075EF

Text Example


Text Example

White with #D075EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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