Html Css Color HEX #D474DC Orchid

📋 copy color: '#D474DC'

red 212 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D474DC

Tints of Orchid #D474DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.17%

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

R = 38.69%
G = 21.17%
B = 40.15%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D474DC (or 0xD474DC) is known color: Orchid. HEX triplet: D4, 74 and DC. RGB value is (212,116,220). Sum of RGB (Red+Green+Blue) = 212+116+220=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #D474DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474DC is #2B8B23. Grayscale: #9C9C9C. Windows color (decimal): -2853668 or 14447828. OLE color: 14447828.

HSL color Cylindrical-coordinate representation of color #D474DC: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D474DC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 116 220 -
CMYK 0.04 0.47 0 0.14
HSL 295.38º 0.6% 0.66% -
HSV(B) 295.38º 0.47% 0.86% -
XYZ 46.32 31.66 71.38 -
YUV 156.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 212 116 220 0.04 0.47 0 0.14 295.38 0.6 0.66
Hex D4 74 DC 4 2F 0 E 127 3C 42
Octal 324 164 334 4 57 0 16 447 74 102
Binary 11010100 1110100 11011100 100 101111 0 1110 100100111 111100 1000010

Color Harmonies of #D474DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474DC

Black with #D474DC

Text Example


Text Example

White with #D474DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474DC; }

 p { color: rgb(212,116,220); }

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

background-color css

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

 a { background-color: rgb(212,116,220); }

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

border-color css

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

 span { border-color: rgb(212,116,220); }

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