Html Css Color HEX #D07BFF Heliotrope

📋 copy color: '#D07BFF'

red 208 ◦ green 123 ◦ blue 255

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

Shades of Heliotrope #D07BFF

Tints of Heliotrope #D07BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 35.49%
G = 20.99%
B = 43.52%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D07BFF (or 0xD07BFF) is known color: Heliotrope. HEX triplet: D0, 7B and FF. RGB value is (208,123,255). Sum of RGB (Red+Green+Blue) = 208+123+255=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #D07BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BFF is #2F8400. Grayscale: #A3A3A3. Windows color (decimal): -3113985 or 16743376. OLE color: 16743376.

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

Color convert

RGB 208 123 255 -
CMYK 0.18 0.52 0 0
HSL 278.64º 1% 0.74% -
HSV(B) 278.64º 0.52% 1% -
XYZ 51.15 34.8 98.63 -
YUV 163.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 208 123 255 0.18 0.52 0 0 278.64 1 0.74
Hex D0 7B FF 12 34 0 0 117 64 4A
Octal 320 173 377 22 64 0 0 427 144 112
Binary 11010000 1111011 11111111 10010 110100 0 0 100010111 1100100 1001010

Color Harmonies of #D07BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BFF

Black with #D07BFF

Text Example


Text Example

White with #D07BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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