Html Css Color HEX #D76DC4 Orchid

📋 copy color: '#D76DC4'

red 215 ◦ green 109 ◦ blue 196

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

Shades of Orchid #D76DC4

Tints of Orchid #D76DC4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.96%

 BLUE value IS 196 (76.95% from 255) = 37.69%

R = 41.35%
G = 20.96%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D76DC4 (or 0xD76DC4) is known color: Orchid. HEX triplet: D7, 6D and C4. RGB value is (215,109,196). Sum of RGB (Red+Green+Blue) = 215+109+196=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DC4 is #28923B. Grayscale: #969696. Windows color (decimal): -2658876 or 12873175. OLE color: 12873175.

HSL color Cylindrical-coordinate representation of color #D76DC4: hue angle of 310.75º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DC4 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 196 -
CMYK 0 0.49 0.09 0.16
HSL 310.75º 0.57% 0.64% -
HSV(B) 310.75º 0.49% 0.84% -
XYZ 43.46 29.37 55.6 -
YUV 150.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 215 109 196 0 0.49 0.09 0.16 310.75 0.57 0.64
Hex D7 6D C4 0 31 9 10 137 39 40
Octal 327 155 304 0 61 11 20 467 71 100
Binary 11010111 1101101 11000100 0 110001 1001 10000 100110111 111001 1000000

Color Harmonies of #D76DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DC4

Black with #D76DC4

Text Example


Text Example

White with #D76DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DC4; }

 p { color: rgb(215,109,196); }

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

background-color css

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

 a { background-color: rgb(215,109,196); }

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

border-color css

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

 span { border-color: rgb(215,109,196); }

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