Html Css Color HEX #D476CF Orchid

📋 copy color: '#D476CF'

red 212 ◦ green 118 ◦ blue 207

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

Shades of Orchid #D476CF

Tints of Orchid #D476CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 39.48%
G = 21.97%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D476CF (or 0xD476CF) is known color: Orchid. HEX triplet: D4, 76 and CF. RGB value is (212,118,207). Sum of RGB (Red+Green+Blue) = 212+118+207=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D476CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476CF is #2B8930. Grayscale: #9B9B9B. Windows color (decimal): -2853169 or 13596372. OLE color: 13596372.

HSL color Cylindrical-coordinate representation of color #D476CF: hue angle of 303.19º 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 #D476CF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 118 207 -
CMYK 0 0.44 0.02 0.17
HSL 303.19º 0.52% 0.65% -
HSV(B) 303.19º 0.44% 0.83% -
XYZ 44.89 31.46 62.74 -
YUV 156.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 212 118 207 0 0.44 0.02 0.17 303.19 0.52 0.65
Hex D4 76 CF 0 2C 2 11 12F 34 41
Octal 324 166 317 0 54 2 21 457 64 101
Binary 11010100 1110110 11001111 0 101100 10 10001 100101111 110100 1000001

Color Harmonies of #D476CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476CF

Black with #D476CF

Text Example


Text Example

White with #D476CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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