Html Css Color HEX #D77CEA Heliotrope

📋 copy color: '#D77CEA'

red 215 ◦ green 124 ◦ blue 234

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

Shades of Heliotrope #D77CEA

Tints of Heliotrope #D77CEA

RGB

 RED value IS 215 (84.38% from 255) = 37.52%

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

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 37.52%
G = 21.64%
B = 40.84%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D77CEA (or 0xD77CEA) is known color: Heliotrope. HEX triplet: D7, 7C and EA. RGB value is (215,124,234). Sum of RGB (Red+Green+Blue) = 215+124+234=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #D77CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CEA is #288315. Grayscale: #A3A3A3. Windows color (decimal): -2654998 or 15367383. OLE color: 15367383.

HSL color Cylindrical-coordinate representation of color #D77CEA: hue angle of 289.64º degrees, saturation: 0.72, 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 #D77CEA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 124 234 -
CMYK 0.08 0.47 0 0.08
HSL 289.64º 0.72% 0.7% -
HSV(B) 289.64º 0.47% 0.92% -
XYZ 50.08 34.8 81.92 -
YUV 163.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 215 124 234 0.08 0.47 0 0.08 289.64 0.72 0.7
Hex D7 7C EA 8 2F 0 8 122 48 46
Octal 327 174 352 10 57 0 10 442 110 106
Binary 11010111 1111100 11101010 1000 101111 0 1000 100100010 1001000 1000110

Color Harmonies of #D77CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CEA

Black with #D77CEA

Text Example


Text Example

White with #D77CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CEA; }

 p { color: rgb(215,124,234); }

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

background-color css

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

 a { background-color: rgb(215,124,234); }

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

border-color css

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

 span { border-color: rgb(215,124,234); }

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