Html Css Color HEX #D678CF Orchid

📋 copy color: '#D678CF'

red 214 ◦ green 120 ◦ blue 207

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

Shades of Orchid #D678CF

Tints of Orchid #D678CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 39.56%
G = 22.18%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D678CF (or 0xD678CF) is known color: Orchid. HEX triplet: D6, 78 and CF. RGB value is (214,120,207). Sum of RGB (Red+Green+Blue) = 214+120+207=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D678CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678CF is #298730. Grayscale: #9D9D9D. Windows color (decimal): -2721585 or 13596886. OLE color: 13596886.

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

Color convert

RGB 214 120 207 -
CMYK 0 0.44 0.03 0.16
HSL 304.47º 0.53% 0.65% -
HSV(B) 304.47º 0.44% 0.84% -
XYZ 45.71 32.23 62.84 -
YUV 158.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 214 120 207 0 0.44 0.03 0.16 304.47 0.53 0.65
Hex D6 78 CF 0 2C 3 10 130 35 41
Octal 326 170 317 0 54 3 20 460 65 101
Binary 11010110 1111000 11001111 0 101100 11 10000 100110000 110101 1000001

Color Harmonies of #D678CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678CF

Black with #D678CF

Text Example


Text Example

White with #D678CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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