Html Css Color HEX #D77DE6 Orchid

📋 copy color: '#D77DE6'

red 215 ◦ green 125 ◦ blue 230

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

Shades of Orchid #D77DE6

Tints of Orchid #D77DE6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.93%

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 37.72%
G = 21.93%
B = 40.35%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D77DE6 (or 0xD77DE6) is known color: Orchid. HEX triplet: D7, 7D and E6. RGB value is (215,125,230). Sum of RGB (Red+Green+Blue) = 215+125+230=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #D77DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DE6 is #288219. Grayscale: #A3A3A3. Windows color (decimal): -2654746 or 15105495. OLE color: 15105495.

HSL color Cylindrical-coordinate representation of color #D77DE6: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77DE6 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 125 230 -
CMYK 0.07 0.46 0 0.10
HSL 291.43º 0.68% 0.7% -
HSV(B) 291.43º 0.46% 0.9% -
XYZ 49.64 34.83 78.97 -
YUV 163.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 215 125 230 0.07 0.46 0 0.10 291.43 0.68 0.7
Hex D7 7D E6 7 2E 0 A 123 44 46
Octal 327 175 346 7 56 0 12 443 104 106
Binary 11010111 1111101 11100110 111 101110 0 1010 100100011 1000100 1000110

Color Harmonies of #D77DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DE6

Black with #D77DE6

Text Example


Text Example

White with #D77DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DE6; }

 p { color: rgb(215,125,230); }

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

background-color css

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

 a { background-color: rgb(215,125,230); }

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

border-color css

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

 span { border-color: rgb(215,125,230); }

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