Html Css Color HEX #D673C4 Orchid

📋 copy color: '#D673C4'

red 214 ◦ green 115 ◦ blue 196

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

Shades of Orchid #D673C4

Tints of Orchid #D673C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.33%

R = 40.76%
G = 21.9%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D673C4 (or 0xD673C4) is known color: Orchid. HEX triplet: D6, 73 and C4. RGB value is (214,115,196). Sum of RGB (Red+Green+Blue) = 214+115+196=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D673C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673C4 is #298C3B. Grayscale: #999999. Windows color (decimal): -2722876 or 12874710. OLE color: 12874710.

HSL color Cylindrical-coordinate representation of color #D673C4: hue angle of 310.91º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673C4 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 196 -
CMYK 0 0.46 0.08 0.16
HSL 310.91º 0.55% 0.65% -
HSV(B) 310.91º 0.46% 0.84% -
XYZ 43.83 30.54 55.81 -
YUV 153.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 214 115 196 0 0.46 0.08 0.16 310.91 0.55 0.65
Hex D6 73 C4 0 2E 8 10 137 37 41
Octal 326 163 304 0 56 10 20 467 67 101
Binary 11010110 1110011 11000100 0 101110 1000 10000 100110111 110111 1000001

Color Harmonies of #D673C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673C4

Black with #D673C4

Text Example


Text Example

White with #D673C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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