Html Css Color HEX #D67EBD Orchid

📋 copy color: '#D67EBD'

red 214 ◦ green 126 ◦ blue 189

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

Shades of Orchid #D67EBD

Tints of Orchid #D67EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.82%

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 40.45%
G = 23.82%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D67EBD (or 0xD67EBD) is known color: Orchid. HEX triplet: D6, 7E and BD. RGB value is (214,126,189). Sum of RGB (Red+Green+Blue) = 214+126+189=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EBD is #298142. Grayscale: #9F9F9F. Windows color (decimal): -2720067 or 12418774. OLE color: 12418774.

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

Color convert

RGB 214 126 189 -
CMYK 0 0.41 0.12 0.16
HSL 317.05º 0.52% 0.67% -
HSV(B) 317.05º 0.41% 0.84% -
XYZ 44.38 32.89 52.15 -
YUV 159.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 214 126 189 0 0.41 0.12 0.16 317.05 0.52 0.67
Hex D6 7E BD 0 29 C 10 13D 34 43
Octal 326 176 275 0 51 14 20 475 64 103
Binary 11010110 1111110 10111101 0 101001 1100 10000 100111101 110100 1000011

Color Harmonies of #D67EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EBD

Black with #D67EBD

Text Example


Text Example

White with #D67EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EBD; }

 p { color: rgb(214,126,189); }

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

background-color css

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

 a { background-color: rgb(214,126,189); }

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

border-color css

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

 span { border-color: rgb(214,126,189); }

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