Html Css Color HEX #D76CD0 Orchid

📋 copy color: '#D76CD0'

red 215 ◦ green 108 ◦ blue 208

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

Shades of Orchid #D76CD0

Tints of Orchid #D76CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.17%

R = 40.49%
G = 20.34%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D76CD0 (or 0xD76CD0) is known color: Orchid. HEX triplet: D7, 6C and D0. RGB value is (215,108,208). Sum of RGB (Red+Green+Blue) = 215+108+208=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CD0 is #28932F. Grayscale: #979797. Windows color (decimal): -2659120 or 13659351. OLE color: 13659351.

HSL color Cylindrical-coordinate representation of color #D76CD0: hue angle of 303.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CD0 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 208 -
CMYK 0 0.50 0.03 0.16
HSL 303.93º 0.57% 0.63% -
HSV(B) 303.93º 0.5% 0.84% -
XYZ 44.77 29.73 63.05 -
YUV 151.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 215 108 208 0 0.50 0.03 0.16 303.93 0.57 0.63
Hex D7 6C D0 0 32 3 10 130 39 3F
Octal 327 154 320 0 62 3 20 460 71 77
Binary 11010111 1101100 11010000 0 110010 11 10000 100110000 111001 111111

Color Harmonies of #D76CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CD0

Black with #D76CD0

Text Example


Text Example

White with #D76CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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