Html Css Color HEX #D674C1 Orchid

📋 copy color: '#D674C1'

red 214 ◦ green 116 ◦ blue 193

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

Shades of Orchid #D674C1

Tints of Orchid #D674C1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.18%

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 40.92%
G = 22.18%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D674C1 (or 0xD674C1) is known color: Orchid. HEX triplet: D6, 74 and C1. RGB value is (214,116,193). Sum of RGB (Red+Green+Blue) = 214+116+193=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C1 is #298B3E. Grayscale: #999999. Windows color (decimal): -2722623 or 12678358. OLE color: 12678358.

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

Color convert

RGB 214 116 193 -
CMYK 0 0.46 0.10 0.16
HSL 312.86º 0.54% 0.65% -
HSV(B) 312.86º 0.46% 0.84% -
XYZ 43.6 30.64 54.07 -
YUV 154.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 214 116 193 0 0.46 0.10 0.16 312.86 0.54 0.65
Hex D6 74 C1 0 2E A 10 139 36 41
Octal 326 164 301 0 56 12 20 471 66 101
Binary 11010110 1110100 11000001 0 101110 1010 10000 100111001 110110 1000001

Color Harmonies of #D674C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674C1

Black with #D674C1

Text Example


Text Example

White with #D674C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674C1; }

 p { color: rgb(214,116,193); }

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

background-color css

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

 a { background-color: rgb(214,116,193); }

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

border-color css

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

 span { border-color: rgb(214,116,193); }

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