Html Css Color HEX #D77BE6 Orchid

📋 copy color: '#D77BE6'

red 215 ◦ green 123 ◦ blue 230

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

Shades of Orchid #D77BE6

Tints of Orchid #D77BE6

RGB

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

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

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

R = 37.85%
G = 21.65%
B = 40.49%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D77BE6 (or 0xD77BE6) is known color: Orchid. HEX triplet: D7, 7B and E6. RGB value is (215,123,230). Sum of RGB (Red+Green+Blue) = 215+123+230=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #D77BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BE6 is #288419. Grayscale: #A2A2A2. Windows color (decimal): -2655258 or 15104983. OLE color: 15104983.

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

Color convert

RGB 215 123 230 -
CMYK 0.07 0.47 0 0.10
HSL 291.59º 0.68% 0.69% -
HSV(B) 291.59º 0.47% 0.9% -
XYZ 49.39 34.33 78.89 -
YUV 162.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 215 123 230 0.07 0.47 0 0.10 291.59 0.68 0.69
Hex D7 7B E6 7 2F 0 A 124 44 45
Octal 327 173 346 7 57 0 12 444 104 105
Binary 11010111 1111011 11100110 111 101111 0 1010 100100100 1000100 1000101

Color Harmonies of #D77BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BE6

Black with #D77BE6

Text Example


Text Example

White with #D77BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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