Html Css Color HEX #D678C8 Orchid

📋 copy color: '#D678C8'

red 214 ◦ green 120 ◦ blue 200

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

Shades of Orchid #D678C8

Tints of Orchid #D678C8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.47%

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

R = 40.07%
G = 22.47%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D678C8 (or 0xD678C8) is known color: Orchid. HEX triplet: D6, 78 and C8. RGB value is (214,120,200). Sum of RGB (Red+Green+Blue) = 214+120+200=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D678C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678C8 is #298737. Grayscale: #9D9D9D. Windows color (decimal): -2721592 or 13138134. OLE color: 13138134.

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

Color convert

RGB 214 120 200 -
CMYK 0 0.44 0.07 0.16
HSL 308.94º 0.53% 0.65% -
HSV(B) 308.94º 0.44% 0.84% -
XYZ 44.87 31.9 58.44 -
YUV 157.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 214 120 200 0 0.44 0.07 0.16 308.94 0.53 0.65
Hex D6 78 C8 0 2C 7 10 135 35 41
Octal 326 170 310 0 54 7 20 465 65 101
Binary 11010110 1111000 11001000 0 101100 111 10000 100110101 110101 1000001

Color Harmonies of #D678C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678C8

Black with #D678C8

Text Example


Text Example

White with #D678C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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