Html Css Color HEX #D07CEB Heliotrope

📋 copy color: '#D07CEB'

red 208 ◦ green 124 ◦ blue 235

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

Shades of Heliotrope #D07CEB

Tints of Heliotrope #D07CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 36.68%
G = 21.87%
B = 41.45%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D07CEB (or 0xD07CEB) is known color: Heliotrope. HEX triplet: D0, 7C and EB. RGB value is (208,124,235). Sum of RGB (Red+Green+Blue) = 208+124+235=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #D07CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CEB is #2F8314. Grayscale: #A1A1A1. Windows color (decimal): -3113749 or 15432912. OLE color: 15432912.

HSL color Cylindrical-coordinate representation of color #D07CEB: hue angle of 285.41º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07CEB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 124 235 -
CMYK 0.11 0.47 0 0.08
HSL 285.41º 0.74% 0.7% -
HSV(B) 285.41º 0.47% 0.92% -
XYZ 48.22 33.82 82.58 -
YUV 161.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 208 124 235 0.11 0.47 0 0.08 285.41 0.74 0.7
Hex D0 7C EB B 2F 0 8 11D 4A 46
Octal 320 174 353 13 57 0 10 435 112 106
Binary 11010000 1111100 11101011 1011 101111 0 1000 100011101 1001010 1000110

Color Harmonies of #D07CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CEB

Black with #D07CEB

Text Example


Text Example

White with #D07CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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