Html Css Color HEX #D76DC3 Orchid

📋 copy color: '#D76DC3'

red 215 ◦ green 109 ◦ blue 195

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

Shades of Orchid #D76DC3

Tints of Orchid #D76DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 41.43%
G = 21%
B = 37.57%

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

#D76DC3 (or 0xD76DC3) is known color: Orchid. HEX triplet: D7, 6D and C3. RGB value is (215,109,195). Sum of RGB (Red+Green+Blue) = 215+109+195=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DC3 is #28923C. Grayscale: #969696. Windows color (decimal): -2658877 or 12807639. OLE color: 12807639.

HSL color Cylindrical-coordinate representation of color #D76DC3: hue angle of 311.32º 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 #D76DC3 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 195 -
CMYK 0 0.49 0.09 0.16
HSL 311.32º 0.57% 0.64% -
HSV(B) 311.32º 0.49% 0.84% -
XYZ 43.34 29.32 55.01 -
YUV 150.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 215 109 195 0 0.49 0.09 0.16 311.32 0.57 0.64
Hex D7 6D C3 0 31 9 10 137 39 40
Octal 327 155 303 0 61 11 20 467 71 100
Binary 11010111 1101101 11000011 0 110001 1001 10000 100110111 111001 1000000

Color Harmonies of #D76DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DC3

Black with #D76DC3

Text Example


Text Example

White with #D76DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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