Html Css Color HEX #D77BE7 Orchid

📋 copy color: '#D77BE7'

red 215 ◦ green 123 ◦ blue 231

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

Shades of Orchid #D77BE7

Tints of Orchid #D77BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 37.79%
G = 21.62%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D77BE7 (or 0xD77BE7) is known color: Orchid. HEX triplet: D7, 7B and E7. RGB value is (215,123,231). Sum of RGB (Red+Green+Blue) = 215+123+231=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #D77BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BE7 is #288418. Grayscale: #A2A2A2. Windows color (decimal): -2655257 or 15170519. OLE color: 15170519.

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

Color convert

RGB 215 123 231 -
CMYK 0.07 0.47 0 0.09
HSL 291.11º 0.69% 0.69% -
HSV(B) 291.11º 0.47% 0.91% -
XYZ 49.53 34.38 79.63 -
YUV 162.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 215 123 231 0.07 0.47 0 0.09 291.11 0.69 0.69
Hex D7 7B E7 7 2F 0 9 123 45 45
Octal 327 173 347 7 57 0 11 443 105 105
Binary 11010111 1111011 11100111 111 101111 0 1001 100100011 1000101 1000101

Color Harmonies of #D77BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BE7

Black with #D77BE7

Text Example


Text Example

White with #D77BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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