Html Css Color HEX #D074DC Orchid

📋 copy color: '#D074DC'

red 208 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D074DC

Tints of Orchid #D074DC

RGB

 RED value IS 208 (81.64% from 255) = 38.24%

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

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

R = 38.24%
G = 21.32%
B = 40.44%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D074DC (or 0xD074DC) is known color: Orchid. HEX triplet: D0, 74 and DC. RGB value is (208,116,220). Sum of RGB (Red+Green+Blue) = 208+116+220=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D074DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074DC is #2F8B23. Grayscale: #9B9B9B. Windows color (decimal): -3115812 or 14447824. OLE color: 14447824.

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

Color convert

RGB 208 116 220 -
CMYK 0.05 0.47 0 0.14
HSL 293.08º 0.6% 0.66% -
HSV(B) 293.08º 0.47% 0.86% -
XYZ 45.18 31.07 71.33 -
YUV 155.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 208 116 220 0.05 0.47 0 0.14 293.08 0.6 0.66
Hex D0 74 DC 5 2F 0 E 125 3C 42
Octal 320 164 334 5 57 0 16 445 74 102
Binary 11010000 1110100 11011100 101 101111 0 1110 100100101 111100 1000010

Color Harmonies of #D074DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074DC

Black with #D074DC

Text Example


Text Example

White with #D074DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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