Html Css Color HEX #D67EDC Orchid

📋 copy color: '#D67EDC'

red 214 ◦ green 126 ◦ blue 220

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

Shades of Orchid #D67EDC

Tints of Orchid #D67EDC

RGB

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

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

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

R = 38.21%
G = 22.5%
B = 39.29%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D67EDC (or 0xD67EDC) is known color: Orchid. HEX triplet: D6, 7E and DC. RGB value is (214,126,220). Sum of RGB (Red+Green+Blue) = 214+126+220=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D67EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EDC is #298123. Grayscale: #A2A2A2. Windows color (decimal): -2720036 or 14450390. OLE color: 14450390.

HSL color Cylindrical-coordinate representation of color #D67EDC: hue angle of 296.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67EDC is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 126 220 -
CMYK 0.03 0.43 0 0.14
HSL 296.17º 0.57% 0.68% -
HSV(B) 296.17º 0.43% 0.86% -
XYZ 48.11 34.39 71.81 -
YUV 163.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 214 126 220 0.03 0.43 0 0.14 296.17 0.57 0.68
Hex D6 7E DC 3 2B 0 E 128 39 44
Octal 326 176 334 3 53 0 16 450 71 104
Binary 11010110 1111110 11011100 11 101011 0 1110 100101000 111001 1000100

Color Harmonies of #D67EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EDC

Black with #D67EDC

Text Example


Text Example

White with #D67EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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