Html Css Color HEX #D67EDD Orchid

📋 copy color: '#D67EDD'

red 214 ◦ green 126 ◦ blue 221

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

Shades of Orchid #D67EDD

Tints of Orchid #D67EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 38.15%
G = 22.46%
B = 39.39%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D67EDD (or 0xD67EDD) is known color: Orchid. HEX triplet: D6, 7E and DD. RGB value is (214,126,221). Sum of RGB (Red+Green+Blue) = 214+126+221=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D67EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EDD is #298122. Grayscale: #A2A2A2. Windows color (decimal): -2720035 or 14515926. OLE color: 14515926.

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

Color convert

RGB 214 126 221 -
CMYK 0.03 0.43 0 0.13
HSL 295.58º 0.58% 0.68% -
HSV(B) 295.58º 0.43% 0.87% -
XYZ 48.24 34.44 72.51 -
YUV 163.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 214 126 221 0.03 0.43 0 0.13 295.58 0.58 0.68
Hex D6 7E DD 3 2B 0 D 128 3A 44
Octal 326 176 335 3 53 0 15 450 72 104
Binary 11010110 1111110 11011101 11 101011 0 1101 100101000 111010 1000100

Color Harmonies of #D67EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EDD

Black with #D67EDD

Text Example


Text Example

White with #D67EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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