Html Css Color HEX #D67DD0 Orchid

📋 copy color: '#D67DD0'

red 214 ◦ green 125 ◦ blue 208

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

Shades of Orchid #D67DD0

Tints of Orchid #D67DD0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.85%

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 39.12%
G = 22.85%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D67DD0 (or 0xD67DD0) is known color: Orchid. HEX triplet: D6, 7D and D0. RGB value is (214,125,208). Sum of RGB (Red+Green+Blue) = 214+125+208=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DD0 is #29822F. Grayscale: #A0A0A0. Windows color (decimal): -2720304 or 13663702. OLE color: 13663702.

HSL color Cylindrical-coordinate representation of color #D67DD0: hue angle of 304.04º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DD0 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 208 -
CMYK 0 0.42 0.03 0.16
HSL 304.05º 0.52% 0.66% -
HSV(B) 304.05º 0.42% 0.84% -
XYZ 46.45 33.52 63.7 -
YUV 161.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 214 125 208 0 0.42 0.03 0.16 304.05 0.52 0.66
Hex D6 7D D0 0 2A 3 10 130 34 42
Octal 326 175 320 0 52 3 20 460 64 102
Binary 11010110 1111101 11010000 0 101010 11 10000 100110000 110100 1000010

Color Harmonies of #D67DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DD0

Black with #D67DD0

Text Example


Text Example

White with #D67DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DD0; }

 p { color: rgb(214,125,208); }

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

background-color css

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

 a { background-color: rgb(214,125,208); }

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

border-color css

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

 span { border-color: rgb(214,125,208); }

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