Html Css Color HEX #D671C5 Orchid

📋 copy color: '#D671C5'

red 214 ◦ green 113 ◦ blue 197

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

Shades of Orchid #D671C5

Tints of Orchid #D671C5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.56%

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 40.84%
G = 21.56%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D671C5 (or 0xD671C5) is known color: Orchid. HEX triplet: D6, 71 and C5. RGB value is (214,113,197). Sum of RGB (Red+Green+Blue) = 214+113+197=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D671C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671C5 is #298E3A. Grayscale: #989898. Windows color (decimal): -2723387 or 12939734. OLE color: 12939734.

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

Color convert

RGB 214 113 197 -
CMYK 0 0.47 0.08 0.16
HSL 310.1º 0.55% 0.64% -
HSV(B) 310.1º 0.47% 0.84% -
XYZ 43.71 30.14 56.34 -
YUV 152.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 214 113 197 0 0.47 0.08 0.16 310.1 0.55 0.64
Hex D6 71 C5 0 2F 8 10 136 37 40
Octal 326 161 305 0 57 10 20 466 67 100
Binary 11010110 1110001 11000101 0 101111 1000 10000 100110110 110111 1000000

Color Harmonies of #D671C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671C5

Black with #D671C5

Text Example


Text Example

White with #D671C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671C5; }

 p { color: rgb(214,113,197); }

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

background-color css

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

 a { background-color: rgb(214,113,197); }

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

border-color css

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

 span { border-color: rgb(214,113,197); }

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