Html Css Color HEX #D673E8 Orchid

📋 copy color: '#D673E8'

red 214 ◦ green 115 ◦ blue 232

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

Shades of Orchid #D673E8

Tints of Orchid #D673E8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.5%

 BLUE value IS 232 (91.02% from 255) = 41.35%

R = 38.15%
G = 20.5%
B = 41.35%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D673E8 (or 0xD673E8) is known color: Orchid. HEX triplet: D6, 73 and E8. RGB value is (214,115,232). Sum of RGB (Red+Green+Blue) = 214+115+232=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #D673E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673E8 is #298C17. Grayscale: #9D9D9D. Windows color (decimal): -2722840 or 15234006. OLE color: 15234006.

HSL color Cylindrical-coordinate representation of color #D673E8: hue angle of 290.77º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D673E8 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 115 232 -
CMYK 0.08 0.50 0 0.09
HSL 290.77º 0.72% 0.68% -
HSV(B) 290.77º 0.5% 0.91% -
XYZ 48.43 32.38 80.04 -
YUV 157.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 214 115 232 0.08 0.50 0 0.09 290.77 0.72 0.68
Hex D6 73 E8 8 32 0 9 123 48 44
Octal 326 163 350 10 62 0 11 443 110 104
Binary 11010110 1110011 11101000 1000 110010 0 1001 100100011 1001000 1000100

Color Harmonies of #D673E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673E8

Black with #D673E8

Text Example


Text Example

White with #D673E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673E8; }

 p { color: rgb(214,115,232); }

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

background-color css

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

 a { background-color: rgb(214,115,232); }

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

border-color css

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

 span { border-color: rgb(214,115,232); }

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