Html Css Color HEX #D476CD Orchid

📋 copy color: '#D476CD'

red 212 ◦ green 118 ◦ blue 205

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

Shades of Orchid #D476CD

Tints of Orchid #D476CD

RGB

 RED value IS 212 (83.2% from 255) = 39.63%

 GREEN value IS 118 (46.48% from 255) = 22.06%

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 39.63%
G = 22.06%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D476CD (or 0xD476CD) is known color: Orchid. HEX triplet: D4, 76 and CD. RGB value is (212,118,205). Sum of RGB (Red+Green+Blue) = 212+118+205=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D476CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476CD is #2B8932. Grayscale: #9B9B9B. Windows color (decimal): -2853171 or 13465300. OLE color: 13465300.

HSL color Cylindrical-coordinate representation of color #D476CD: hue angle of 304.47º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476CD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 118 205 -
CMYK 0 0.44 0.03 0.17
HSL 304.47º 0.52% 0.65% -
HSV(B) 304.47º 0.44% 0.83% -
XYZ 44.65 31.36 61.46 -
YUV 156.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 212 118 205 0 0.44 0.03 0.17 304.47 0.52 0.65
Hex D4 76 CD 0 2C 3 11 130 34 41
Octal 324 166 315 0 54 3 21 460 64 101
Binary 11010100 1110110 11001101 0 101100 11 10001 100110000 110100 1000001

Color Harmonies of #D476CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476CD

Black with #D476CD

Text Example


Text Example

White with #D476CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476CD; }

 p { color: rgb(212,118,205); }

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

background-color css

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

 a { background-color: rgb(212,118,205); }

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

border-color css

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

 span { border-color: rgb(212,118,205); }

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