Html Css Color HEX #D67ECF Orchid

📋 copy color: '#D67ECF'

red 214 ◦ green 126 ◦ blue 207

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

Shades of Orchid #D67ECF

Tints of Orchid #D67ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 39.12%
G = 23.03%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D67ECF (or 0xD67ECF) is known color: Orchid. HEX triplet: D6, 7E and CF. RGB value is (214,126,207). Sum of RGB (Red+Green+Blue) = 214+126+207=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ECF is #298130. Grayscale: #A1A1A1. Windows color (decimal): -2720049 or 13598422. OLE color: 13598422.

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

Color convert

RGB 214 126 207 -
CMYK 0 0.41 0.03 0.16
HSL 304.77º 0.52% 0.67% -
HSV(B) 304.77º 0.41% 0.84% -
XYZ 46.45 33.72 63.09 -
YUV 161.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 214 126 207 0 0.41 0.03 0.16 304.77 0.52 0.67
Hex D6 7E CF 0 29 3 10 131 34 43
Octal 326 176 317 0 51 3 20 461 64 103
Binary 11010110 1111110 11001111 0 101001 11 10000 100110001 110100 1000011

Color Harmonies of #D67ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67ECF

Black with #D67ECF

Text Example


Text Example

White with #D67ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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