Html Css Color HEX #D67EDF Orchid

📋 copy color: '#D67EDF'

red 214 ◦ green 126 ◦ blue 223

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

Shades of Orchid #D67EDF

Tints of Orchid #D67EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 38.01%
G = 22.38%
B = 39.61%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D67EDF (or 0xD67EDF) is known color: Orchid. HEX triplet: D6, 7E and DF. RGB value is (214,126,223). Sum of RGB (Red+Green+Blue) = 214+126+223=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D67EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EDF is #298120. Grayscale: #A3A3A3. Windows color (decimal): -2720033 or 14646998. OLE color: 14646998.

HSL color Cylindrical-coordinate representation of color #D67EDF: hue angle of 294.43º degrees, saturation: 0.6, 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 #D67EDF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 126 223 -
CMYK 0.04 0.43 0 0.13
HSL 294.43º 0.6% 0.68% -
HSV(B) 294.43º 0.43% 0.87% -
XYZ 48.51 34.55 73.92 -
YUV 163.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 214 126 223 0.04 0.43 0 0.13 294.43 0.6 0.68
Hex D6 7E DF 4 2B 0 D 126 3C 44
Octal 326 176 337 4 53 0 15 446 74 104
Binary 11010110 1111110 11011111 100 101011 0 1101 100100110 111100 1000100

Color Harmonies of #D67EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EDF

Black with #D67EDF

Text Example


Text Example

White with #D67EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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