Html Css Color HEX #D76CE1 Orchid

📋 copy color: '#D76CE1'

red 215 ◦ green 108 ◦ blue 225

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

Shades of Orchid #D76CE1

Tints of Orchid #D76CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

 BLUE value IS 225 (88.28% from 255) = 41.06%

R = 39.23%
G = 19.71%
B = 41.06%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D76CE1 (or 0xD76CE1) is known color: Orchid. HEX triplet: D7, 6C and E1. RGB value is (215,108,225). Sum of RGB (Red+Green+Blue) = 215+108+225=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #D76CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CE1 is #28931E. Grayscale: #989898. Windows color (decimal): -2659103 or 14773463. OLE color: 14773463.

HSL color Cylindrical-coordinate representation of color #D76CE1: hue angle of 294.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76CE1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 108 225 -
CMYK 0.04 0.52 0 0.12
HSL 294.87º 0.66% 0.65% -
HSV(B) 294.87º 0.52% 0.88% -
XYZ 46.98 30.61 74.67 -
YUV 153.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 215 108 225 0.04 0.52 0 0.12 294.87 0.66 0.65
Hex D7 6C E1 4 34 0 C 127 42 41
Octal 327 154 341 4 64 0 14 447 102 101
Binary 11010111 1101100 11100001 100 110100 0 1100 100100111 1000010 1000001

Color Harmonies of #D76CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CE1

Black with #D76CE1

Text Example


Text Example

White with #D76CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CE1; }

 p { color: rgb(215,108,225); }

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

background-color css

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

 a { background-color: rgb(215,108,225); }

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

border-color css

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

 span { border-color: rgb(215,108,225); }

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