Html Css Color HEX #D07BFE Heliotrope

📋 copy color: '#D07BFE'

red 208 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #D07BFE

Tints of Heliotrope #D07BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.03%

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 35.56%
G = 21.03%
B = 43.42%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D07BFE (or 0xD07BFE) is known color: Heliotrope. HEX triplet: D0, 7B and FE. RGB value is (208,123,254). Sum of RGB (Red+Green+Blue) = 208+123+254=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #D07BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BFE is #2F8401. Grayscale: #A2A2A2. Windows color (decimal): -3113986 or 16677840. OLE color: 16677840.

HSL color Cylindrical-coordinate representation of color #D07BFE: hue angle of 278.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07BFE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 123 254 -
CMYK 0.18 0.52 0 0.00
HSL 278.93º 0.98% 0.74% -
HSV(B) 278.93º 0.52% 1% -
XYZ 50.98 34.73 97.78 -
YUV 163.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 208 123 254 0.18 0.52 0 0.00 278.93 0.98 0.74
Hex D0 7B FE 12 34 0 0 117 62 4A
Octal 320 173 376 22 64 0 0 427 142 112
Binary 11010000 1111011 11111110 10010 110100 0 0 100010111 1100010 1001010

Color Harmonies of #D07BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BFE

Black with #D07BFE

Text Example


Text Example

White with #D07BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BFE; }

 p { color: rgb(208,123,254); }

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

background-color css

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

 a { background-color: rgb(208,123,254); }

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

border-color css

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

 span { border-color: rgb(208,123,254); }

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