Html Css Color HEX #D76FE5 Orchid

📋 copy color: '#D76FE5'

red 215 ◦ green 111 ◦ blue 229

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

Shades of Orchid #D76FE5

Tints of Orchid #D76FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

 BLUE value IS 229 (89.84% from 255) = 41.26%

R = 38.74%
G = 20%
B = 41.26%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D76FE5 (or 0xD76FE5) is known color: Orchid. HEX triplet: D7, 6F and E5. RGB value is (215,111,229). Sum of RGB (Red+Green+Blue) = 215+111+229=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #D76FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FE5 is #28901A. Grayscale: #9B9B9B. Windows color (decimal): -2658331 or 15036375. OLE color: 15036375.

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

Color convert

RGB 215 111 229 -
CMYK 0.06 0.52 0 0.10
HSL 292.88º 0.69% 0.67% -
HSV(B) 292.88º 0.52% 0.9% -
XYZ 47.85 31.47 77.68 -
YUV 155.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 215 111 229 0.06 0.52 0 0.10 292.88 0.69 0.67
Hex D7 6F E5 6 34 0 A 125 45 43
Octal 327 157 345 6 64 0 12 445 105 103
Binary 11010111 1101111 11100101 110 110100 0 1010 100100101 1000101 1000011

Color Harmonies of #D76FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FE5

Black with #D76FE5

Text Example


Text Example

White with #D76FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FE5; }

 p { color: rgb(215,111,229); }

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

background-color css

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

 a { background-color: rgb(215,111,229); }

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

border-color css

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

 span { border-color: rgb(215,111,229); }

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