Html Css Color HEX #D06CF1 Heliotrope

📋 copy color: '#D06CF1'

red 208 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #D06CF1

Tints of Heliotrope #D06CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.39%

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 37.34%
G = 19.39%
B = 43.27%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D06CF1 (or 0xD06CF1) is known color: Heliotrope. HEX triplet: D0, 6C and F1. RGB value is (208,108,241). Sum of RGB (Red+Green+Blue) = 208+108+241=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #D06CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CF1 is #2F930E. Grayscale: #989898. Windows color (decimal): -3117839 or 15822032. OLE color: 15822032.

HSL color Cylindrical-coordinate representation of color #D06CF1: hue angle of 285.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06CF1 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 108 241 -
CMYK 0.14 0.55 0 0.05
HSL 285.11º 0.83% 0.68% -
HSV(B) 285.11º 0.55% 0.95% -
XYZ 47.25 30.49 86.61 -
YUV 153.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 208 108 241 0.14 0.55 0 0.05 285.11 0.83 0.68
Hex D0 6C F1 E 37 0 5 11D 53 44
Octal 320 154 361 16 67 0 5 435 123 104
Binary 11010000 1101100 11110001 1110 110111 0 101 100011101 1010011 1000100

Color Harmonies of #D06CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CF1

Black with #D06CF1

Text Example


Text Example

White with #D06CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CF1; }

 p { color: rgb(208,108,241); }

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

background-color css

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

 a { background-color: rgb(208,108,241); }

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

border-color css

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

 span { border-color: rgb(208,108,241); }

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