Html Css Color HEX #D672E1 Orchid

📋 copy color: '#D672E1'

red 214 ◦ green 114 ◦ blue 225

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

Shades of Orchid #D672E1

Tints of Orchid #D672E1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.61%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 38.7%
G = 20.61%
B = 40.69%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D672E1 (or 0xD672E1) is known color: Orchid. HEX triplet: D6, 72 and E1. RGB value is (214,114,225). Sum of RGB (Red+Green+Blue) = 214+114+225=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #D672E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672E1 is #298D1E. Grayscale: #9C9C9C. Windows color (decimal): -2723103 or 14774998. OLE color: 14774998.

HSL color Cylindrical-coordinate representation of color #D672E1: hue angle of 294.05º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D672E1 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 114 225 -
CMYK 0.05 0.49 0 0.12
HSL 294.05º 0.65% 0.66% -
HSV(B) 294.05º 0.49% 0.88% -
XYZ 47.34 31.77 74.87 -
YUV 156.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 214 114 225 0.05 0.49 0 0.12 294.05 0.65 0.66
Hex D6 72 E1 5 31 0 C 126 41 42
Octal 326 162 341 5 61 0 14 446 101 102
Binary 11010110 1110010 11100001 101 110001 0 1100 100100110 1000001 1000010

Color Harmonies of #D672E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672E1

Black with #D672E1

Text Example


Text Example

White with #D672E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672E1; }

 p { color: rgb(214,114,225); }

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

background-color css

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

 a { background-color: rgb(214,114,225); }

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

border-color css

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

 span { border-color: rgb(214,114,225); }

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