Html Css Color HEX #D76BE9 Orchid

📋 copy color: '#D76BE9'

red 215 ◦ green 107 ◦ blue 233

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

Shades of Orchid #D76BE9

Tints of Orchid #D76BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.98%

R = 38.74%
G = 19.28%
B = 41.98%

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

#D76BE9 (or 0xD76BE9) is known color: Orchid. HEX triplet: D7, 6B and E9. RGB value is (215,107,233). Sum of RGB (Red+Green+Blue) = 215+107+233=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #D76BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BE9 is #289416. Grayscale: #999999. Windows color (decimal): -2659351 or 15297495. OLE color: 15297495.

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

Color convert

RGB 215 107 233 -
CMYK 0.08 0.54 0 0.09
HSL 291.43º 0.74% 0.67% -
HSV(B) 291.43º 0.54% 0.91% -
XYZ 47.99 30.85 80.52 -
YUV 153.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 215 107 233 0.08 0.54 0 0.09 291.43 0.74 0.67
Hex D7 6B E9 8 36 0 9 123 4A 43
Octal 327 153 351 10 66 0 11 443 112 103
Binary 11010111 1101011 11101001 1000 110110 0 1001 100100011 1001010 1000011

Color Harmonies of #D76BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BE9

Black with #D76BE9

Text Example


Text Example

White with #D76BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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