Html Css Color HEX #D07CFB Heliotrope

📋 copy color: '#D07CFB'

red 208 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #D07CFB

Tints of Heliotrope #D07CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.27%

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

R = 35.68%
G = 21.27%
B = 43.05%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D07CFB (or 0xD07CFB) is known color: Heliotrope. HEX triplet: D0, 7C and FB. RGB value is (208,124,251). Sum of RGB (Red+Green+Blue) = 208+124+251=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #D07CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CFB is #2F8304. Grayscale: #A3A3A3. Windows color (decimal): -3113733 or 16481488. OLE color: 16481488.

HSL color Cylindrical-coordinate representation of color #D07CFB: hue angle of 279.69º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07CFB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 124 251 -
CMYK 0.17 0.51 0 0.02
HSL 279.69º 0.94% 0.74% -
HSV(B) 279.69º 0.51% 0.98% -
XYZ 50.63 34.79 95.31 -
YUV 163.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 208 124 251 0.17 0.51 0 0.02 279.69 0.94 0.74
Hex D0 7C FB 11 33 0 2 118 5E 4A
Octal 320 174 373 21 63 0 2 430 136 112
Binary 11010000 1111100 11111011 10001 110011 0 10 100011000 1011110 1001010

Color Harmonies of #D07CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CFB

Black with #D07CFB

Text Example


Text Example

White with #D07CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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