Html Css Color HEX #D069EC Heliotrope

📋 copy color: '#D069EC'

red 208 ◦ green 105 ◦ blue 236

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

Shades of Heliotrope #D069EC

Tints of Heliotrope #D069EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.13%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 37.89%
G = 19.13%
B = 42.99%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D069EC (or 0xD069EC) is known color: Heliotrope. HEX triplet: D0, 69 and EC. RGB value is (208,105,236). Sum of RGB (Red+Green+Blue) = 208+105+236=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #D069EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069EC is #2F9613. Grayscale: #969696. Windows color (decimal): -3118612 or 15493584. OLE color: 15493584.

HSL color Cylindrical-coordinate representation of color #D069EC: hue angle of 287.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D069EC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 105 236 -
CMYK 0.12 0.56 0 0.07
HSL 287.18º 0.78% 0.67% -
HSV(B) 287.18º 0.56% 0.93% -
XYZ 46.2 29.57 82.63 -
YUV 150.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 208 105 236 0.12 0.56 0 0.07 287.18 0.78 0.67
Hex D0 69 EC C 38 0 7 11F 4E 43
Octal 320 151 354 14 70 0 7 437 116 103
Binary 11010000 1101001 11101100 1100 111000 0 111 100011111 1001110 1000011

Color Harmonies of #D069EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069EC

Black with #D069EC

Text Example


Text Example

White with #D069EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069EC; }

 p { color: rgb(208,105,236); }

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

background-color css

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

 a { background-color: rgb(208,105,236); }

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

border-color css

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

 span { border-color: rgb(208,105,236); }

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