Html Css Color HEX #D674DC Orchid

📋 copy color: '#D674DC'

red 214 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D674DC

Tints of Orchid #D674DC

RGB

 RED value IS 214 (83.98% from 255) = 38.91%

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

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

R = 38.91%
G = 21.09%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D674DC (or 0xD674DC) is known color: Orchid. HEX triplet: D6, 74 and DC. RGB value is (214,116,220). Sum of RGB (Red+Green+Blue) = 214+116+220=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #D674DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674DC is #298B23. Grayscale: #9C9C9C. Windows color (decimal): -2722596 or 14447830. OLE color: 14447830.

HSL color Cylindrical-coordinate representation of color #D674DC: hue angle of 296.54º 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 #D674DC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 116 220 -
CMYK 0.03 0.47 0 0.14
HSL 296.54º 0.6% 0.66% -
HSV(B) 296.54º 0.47% 0.86% -
XYZ 46.9 31.95 71.41 -
YUV 157.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 214 116 220 0.03 0.47 0 0.14 296.54 0.6 0.66
Hex D6 74 DC 3 2F 0 E 129 3C 42
Octal 326 164 334 3 57 0 16 451 74 102
Binary 11010110 1110100 11011100 11 101111 0 1110 100101001 111100 1000010

Color Harmonies of #D674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674DC

Black with #D674DC

Text Example


Text Example

White with #D674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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