Html Css Color HEX #D76BE6 Orchid

📋 copy color: '#D76BE6'

red 215 ◦ green 107 ◦ blue 230

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

Shades of Orchid #D76BE6

Tints of Orchid #D76BE6

RGB

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

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

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

R = 38.95%
G = 19.38%
B = 41.67%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D76BE6 (or 0xD76BE6) is known color: Orchid. HEX triplet: D7, 6B and E6. RGB value is (215,107,230). Sum of RGB (Red+Green+Blue) = 215+107+230=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #D76BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BE6 is #289419. Grayscale: #989898. Windows color (decimal): -2659354 or 15100887. OLE color: 15100887.

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

Color convert

RGB 215 107 230 -
CMYK 0.07 0.53 0 0.10
HSL 292.68º 0.71% 0.66% -
HSV(B) 292.68º 0.53% 0.9% -
XYZ 47.56 30.68 78.28 -
YUV 153.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 215 107 230 0.07 0.53 0 0.10 292.68 0.71 0.66
Hex D7 6B E6 7 35 0 A 125 47 42
Octal 327 153 346 7 65 0 12 445 107 102
Binary 11010111 1101011 11100110 111 110101 0 1010 100100101 1000111 1000010

Color Harmonies of #D76BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BE6

Black with #D76BE6

Text Example


Text Example

White with #D76BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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