Html Css Color HEX #D56BE7 Orchid

📋 copy color: '#D56BE7'

red 213 ◦ green 107 ◦ blue 231

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

Shades of Orchid #D56BE7

Tints of Orchid #D56BE7

RGB

 RED value IS 213 (83.59% from 255) = 38.66%

 GREEN value IS 107 (42.19% from 255) = 19.42%

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

R = 38.66%
G = 19.42%
B = 41.92%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D56BE7 (or 0xD56BE7) is known color: Orchid. HEX triplet: D5, 6B and E7. RGB value is (213,107,231). Sum of RGB (Red+Green+Blue) = 213+107+231=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #D56BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56BE7 is #2A9418. Grayscale: #989898. Windows color (decimal): -2790425 or 15166421. OLE color: 15166421.

HSL color Cylindrical-coordinate representation of color #D56BE7: hue angle of 291.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56BE7 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 107 231 -
CMYK 0.08 0.54 0 0.09
HSL 291.29º 0.72% 0.66% -
HSV(B) 291.29º 0.54% 0.91% -
XYZ 47.12 30.43 78.99 -
YUV 152.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 213 107 231 0.08 0.54 0 0.09 291.29 0.72 0.66
Hex D5 6B E7 8 36 0 9 123 48 42
Octal 325 153 347 10 66 0 11 443 110 102
Binary 11010101 1101011 11100111 1000 110110 0 1001 100100011 1001000 1000010

Color Harmonies of #D56BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56BE7

Black with #D56BE7

Text Example


Text Example

White with #D56BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56BE7; }

 p { color: rgb(213,107,231); }

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

background-color css

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

 a { background-color: rgb(213,107,231); }

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

border-color css

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

 span { border-color: rgb(213,107,231); }

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