Html Css Color HEX #D76CDC Orchid

📋 copy color: '#D76CDC'

red 215 ◦ green 108 ◦ blue 220

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

Shades of Orchid #D76CDC

Tints of Orchid #D76CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 39.59%
G = 19.89%
B = 40.52%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76CDC (or 0xD76CDC) is known color: Orchid. HEX triplet: D7, 6C and DC. RGB value is (215,108,220). Sum of RGB (Red+Green+Blue) = 215+108+220=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D76CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CDC is #289323. Grayscale: #989898. Windows color (decimal): -2659108 or 14445783. OLE color: 14445783.

HSL color Cylindrical-coordinate representation of color #D76CDC: hue angle of 297.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76CDC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 108 220 -
CMYK 0.02 0.51 0 0.14
HSL 297.32º 0.62% 0.64% -
HSV(B) 297.32º 0.51% 0.86% -
XYZ 46.31 30.34 71.13 -
YUV 152.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 215 108 220 0.02 0.51 0 0.14 297.32 0.62 0.64
Hex D7 6C DC 2 33 0 E 129 3E 40
Octal 327 154 334 2 63 0 16 451 76 100
Binary 11010111 1101100 11011100 10 110011 0 1110 100101001 111110 1000000

Color Harmonies of #D76CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CDC

Black with #D76CDC

Text Example


Text Example

White with #D76CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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