Html Css Color HEX #D671C8 Orchid

📋 copy color: '#D671C8'

red 214 ◦ green 113 ◦ blue 200

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

Shades of Orchid #D671C8

Tints of Orchid #D671C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.95%

R = 40.61%
G = 21.44%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D671C8 (or 0xD671C8) is known color: Orchid. HEX triplet: D6, 71 and C8. RGB value is (214,113,200). Sum of RGB (Red+Green+Blue) = 214+113+200=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D671C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671C8 is #298E37. Grayscale: #989898. Windows color (decimal): -2723384 or 13136342. OLE color: 13136342.

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

Color convert

RGB 214 113 200 -
CMYK 0 0.47 0.07 0.16
HSL 308.32º 0.55% 0.64% -
HSV(B) 308.32º 0.47% 0.84% -
XYZ 44.06 30.28 58.17 -
YUV 153.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 214 113 200 0 0.47 0.07 0.16 308.32 0.55 0.64
Hex D6 71 C8 0 2F 7 10 134 37 40
Octal 326 161 310 0 57 7 20 464 67 100
Binary 11010110 1110001 11001000 0 101111 111 10000 100110100 110111 1000000

Color Harmonies of #D671C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671C8

Black with #D671C8

Text Example


Text Example

White with #D671C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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