Html Css Color HEX #D673C3 Orchid

📋 copy color: '#D673C3'

red 214 ◦ green 115 ◦ blue 195

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

Shades of Orchid #D673C3

Tints of Orchid #D673C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 40.84%
G = 21.95%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D673C3 (or 0xD673C3) is known color: Orchid. HEX triplet: D6, 73 and C3. RGB value is (214,115,195). Sum of RGB (Red+Green+Blue) = 214+115+195=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D673C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673C3 is #298C3C. Grayscale: #999999. Windows color (decimal): -2722877 or 12809174. OLE color: 12809174.

HSL color Cylindrical-coordinate representation of color #D673C3: hue angle of 311.52º 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 #D673C3 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 195 -
CMYK 0 0.46 0.09 0.16
HSL 311.52º 0.55% 0.65% -
HSV(B) 311.52º 0.46% 0.84% -
XYZ 43.71 30.5 55.21 -
YUV 153.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 214 115 195 0 0.46 0.09 0.16 311.52 0.55 0.65
Hex D6 73 C3 0 2E 9 10 138 37 41
Octal 326 163 303 0 56 11 20 470 67 101
Binary 11010110 1110011 11000011 0 101110 1001 10000 100111000 110111 1000001

Color Harmonies of #D673C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673C3

Black with #D673C3

Text Example


Text Example

White with #D673C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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